Fixed animate example

This commit is contained in:
Devine Lu Linvega
2019-07-17 11:17:27 +09:00
parent 1a7b1c53d7
commit 06bfca5828
4 changed files with 10 additions and 6 deletions

View File

@@ -61,6 +61,7 @@ function Ronin () {
}
this.animate = (b = true) => {
if(this.always === b){ return }
this.always = b
this.commander.run()
}