Comment fix

This commit is contained in:
Hajime Hoshi 2018-07-17 03:23:45 +09:00
parent eb68cdad6e
commit 82c44a2995

2
run.go
View File

@ -564,7 +564,7 @@ func TPS() int {
return int(atomic.LoadInt32(&currentTPS)) return int(atomic.LoadInt32(&currentTPS))
} }
// 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.
// //