mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 02:38:53 +01:00
Fix misspelling
This commit is contained in:
parent
6dd88923e8
commit
8c2301e542
@ -23,7 +23,7 @@ import (
|
||||
)
|
||||
|
||||
func Now() int64 {
|
||||
// time.Now() is not reliable until GopherJS suports performance.now().
|
||||
// time.Now() is not reliable until GopherJS supports performance.now().
|
||||
return int64(js.Global.Get("performance").Call("now").Float() * float64(time.Millisecond))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user