fix (time)
This commit is contained in:
parent
ad941de3a1
commit
e0a0be885d
@ -328,7 +328,7 @@ function Library (ronin) {
|
||||
}
|
||||
|
||||
this.time = () => { // Returns timestamp in milliseconds.
|
||||
return Date.now
|
||||
return Date.now()
|
||||
}
|
||||
|
||||
this.animate = (play = true) => { // Toggles animation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user