diff --git a/run.go b/run.go index 6b1c6cf27..5de69fc24 100644 --- a/run.go +++ b/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