fix endless running loops in anim mode

This commit is contained in:
ngradwohl
2019-07-21 12:15:36 +02:00
parent 7a7914ddbe
commit a482000c79
2 changed files with 14 additions and 3 deletions

View File

@@ -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