examples/spriteshd: remove a call of SetWindowSize

This commit is contained in:
Hajime Hoshi 2022-04-10 19:15:39 +09:00
parent 2a5b5b4823
commit a65631bccc

View File

@ -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)