ebiten: Fix comments

This commit is contained in:
Hajime Hoshi 2020-10-18 01:29:35 +09:00
parent 185e367295
commit 2b7362a66b

2
run.go
View File

@ -57,7 +57,7 @@ type Game interface {
Layout(outsideWidth, outsideHeight int) (screenWidth, screenHeight int)
}
// TPS represents a default ticks per second, that represents how many times game updating happens in a second.
// DefaultTPS represents a default ticks per second, that represents how many times game updating happens in a second.
const DefaultTPS = 60
// CurrentFPS returns the current number of FPS (frames per second), that represents