From e491e4d32e9e86b336f4005759df51d7ba26ee5d Mon Sep 17 00:00:00 2001 From: Jairinho Date: Tue, 1 Mar 2022 18:31:30 -0300 Subject: [PATCH] remove unused args --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3c7c7b1..68951eb 100644 --- a/main.go +++ b/main.go @@ -87,7 +87,7 @@ func (ui *UI) Draw(screen *ebiten.Image) { screen.DrawImage(frame, operation) } -func (ui *UI) Layout(outsideWidth, outsideHeight int) (int, int) { +func (ui *UI) Layout(int, int) (int, int) { return Width, Height }