ebiten/internal/clock
Hajime Hoshi f9cec31bf6 clock: Assert that now() must be monotonic
This change adds panics to ensure that now() must be monotonic.

Bug: #875
2019-05-24 22:59:02 +09:00
..
clock.go clock: Assert that now() must be monotonic 2019-05-24 22:59:02 +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: Use time.Since for monotonic timer 2019-05-24 03:16:43 +09:00