Browse Source

Editor: Clean up.

Mr.doob 6 years ago
parent
commit
75cffe9ca6
1 changed files with 1 additions and 1 deletions
  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();