Mr.doob před 6 roky
rodič
revize
75cffe9ca6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      editor/js/Editor.js

+ 1 - 1
editor/js/Editor.js

@@ -470,7 +470,7 @@ Editor.prototype = {
 		this.scripts = {};
 
 		this.animations = {};
-		this.animationMixer.stopAllAction();
+		this.mixer.stopAllAction();
 
 		this.deselect();