fix (time)

This commit is contained in:
Quentin Leonetti 2019-07-18 12:37:34 +02:00
parent ad941de3a1
commit e0a0be885d

View File

@ -328,7 +328,7 @@ function Library (ronin) {
} }
this.time = () => { // Returns timestamp in milliseconds. this.time = () => { // Returns timestamp in milliseconds.
return Date.now return Date.now()
} }
this.animate = (play = true) => { // Toggles animation. this.animate = (play = true) => { // Toggles animation.