remove unused args
This commit is contained in:
parent
863f76817d
commit
e491e4d32e
2
main.go
2
main.go
|
@ -87,7 +87,7 @@ func (ui *UI) Draw(screen *ebiten.Image) {
|
||||||
screen.DrawImage(frame, operation)
|
screen.DrawImage(frame, operation)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (ui *UI) Layout(outsideWidth, outsideHeight int) (int, int) {
|
func (ui *UI) Layout(int, int) (int, int) {
|
||||||
return Width, Height
|
return Width, Height
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user