This website requires JavaScript.
Explore
Help
Sign In
mth
/
ebiten
Watch
1
Star
0
Fork
0
You've already forked ebiten
mirror of
https://github.com/hajimehoshi/ebiten.git
synced
2025-02-09 09:24:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6095cd965b
ebiten
/
internal
/
clock
History
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