mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: Fix comments
This commit is contained in:
parent
185e367295
commit
2b7362a66b
2
run.go
2
run.go
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user