mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 22:44:28 +01:00
examples/spriteshd: remove a call of SetWindowSize
This commit is contained in:
parent
2a5b5b4823
commit
a65631bccc
@ -201,7 +201,6 @@ func (g *Game) Layout(outsideWidth, outsideHeight int) (int, int) {
|
||||
|
||||
func main() {
|
||||
ebiten.SetFullscreen(true)
|
||||
ebiten.SetWindowSize(screenWidth, screenHeight)
|
||||
ebiten.SetWindowTitle("Sprites HD (Ebiten Demo)")
|
||||
if err := ebiten.RunGame(&Game{}); err != nil && err != regularTermination {
|
||||
log.Fatal(err)
|
||||
|
Loading…
Reference in New Issue
Block a user