ebiten/internal/clock
Hajime Hoshi 9c1b760016 clock: Bug fix: The timer should continue even when the clock is adjusted
If the clock is reversed:
* lastSystemTime should be reset with the current time
* FPS/TPS calculation state should be reset
2019-05-24 02:24:32 +09:00
..
clock.go clock: Bug fix: The timer should continue even when the clock is adjusted 2019-05-24 02:24:32 +09:00
now_js.go clock: Better URL to explain being monotonic 2019-05-09 02:45:43 +09:00
now_windows.go clock: Bug fix: Use float64 not to overflow 2019-05-09 01:14:48 +09:00
now.go clock: Ensure that now() is monotonic 2019-05-09 02:44:14 +09:00