Skip to content

Commit

Permalink
ebiten: remove an old comment
Browse files Browse the repository at this point in the history
Updates #2285
  • Loading branch information
hajimehoshi committed Dec 23, 2024
1 parent 3ed3e7e commit 11bbc52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gameforui.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func (g *gameForUI) Layout(outsideWidth, outsideHeight float64) (float64, float6
outsideHeight = 1
}

// TODO: Add a new Layout function taking float values (#2285).
sw, sh := g.game.Layout(int(outsideWidth), int(outsideHeight))
return float64(sw), float64(sh)
}
Expand Down

0 comments on commit 11bbc52

Please sign in to comment.