mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Fix misspelling
This commit is contained in:
parent
6dd88923e8
commit
8c2301e542
@ -23,7 +23,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func Now() int64 {
|
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))
|
return int64(js.Global.Get("performance").Call("now").Float() * float64(time.Millisecond))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user