Forráskód Böngészése

Editor: Clean up.

Mr.doob 6 éve
szülő
commit
75cffe9ca6
1 módosított fájl, 1 hozzáadás és 1 törlés
  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();