ebiten/internal/clock
Hajime Hoshi 4215678f4c clock: Bug fix: Syncing with the system clock happens more often than expected
When the specified TPS is too big (e.g., 300), the time threshold
to determine whether the clock should be synchronized with the
system clock can be too small, and the decision can be wrong too
often. To fix this, prepare another time assuming the TPS was 60
and use the bigger one.

Fixes #1443
2020-12-20 21:23:40 +09:00
..
clock.go clock: Bug fix: Syncing with the system clock happens more often than expected 2020-12-20 21:23:40 +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