ebiten/internal/clock
Hajime Hoshi 59567993c2 clock: Bug fix: High TPS didn't work well due to the timer precision
When the TPS is high (e.g., 300), the count might be unreliable
since the timer might not be precise on some machines. In this
case, calculate the factor and multiply the count by it.

Fixes #1444
2020-12-21 00:23:29 +09:00
..
clock.go clock: Bug fix: High TPS didn't work well due to the timer precision 2020-12-21 00:23:29 +09:00
now_notwindows.go clock: Integrate now.go and now_js.go 2020-04-02 01:52:00 +09:00
now_windows.go clock: Bug fix: Use float64 not to overflow 2019-05-09 01:14:48 +09:00