mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
4215678f4c
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 |
||
---|---|---|
.. | ||
clock.go | ||
now_notwindows.go | ||
now_windows.go |