mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
Comment fix
This commit is contained in:
parent
eb68cdad6e
commit
82c44a2995
2
run.go
2
run.go
@ -564,7 +564,7 @@ func TPS() int {
|
|||||||
return int(atomic.LoadInt32(¤tTPS))
|
return int(atomic.LoadInt32(¤tTPS))
|
||||||
}
|
}
|
||||||
|
|
||||||
// SetTPS sets the TPS (ticks per frame), that represents how many updating function is called
|
// SetTPS sets the TPS (ticks per second), that represents how many updating function is called
|
||||||
// per second.
|
// per second.
|
||||||
// The initial value is 60.
|
// The initial value is 60.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user