Browse Source

Editor: Clean up.

Mr.doob 6 năm trước cách đây
mục cha
commit
75cffe9ca6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();