fix endless running loops in anim mode
This commit is contained in:
@@ -64,7 +64,7 @@ function Ronin () {
|
||||
this.animate = (b = true) => {
|
||||
if (this.always === b) { return }
|
||||
this.always = b
|
||||
this.commander.run()
|
||||
this.commander.loop()
|
||||
}
|
||||
|
||||
// Zoom
|
||||
|
||||
Reference in New Issue
Block a user