浏览代码

Editor: Clean up.

Mr.doob 6 年之前
父节点
当前提交
75cffe9ca6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();