Browse Source

- fix duplicated processing

ChuckAtShiro 6 năm trước cách đây
mục cha
commit
34687d816a
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      hide/comp/SceneEditor.hx

+ 0 - 4
hide/comp/SceneEditor.hx

@@ -1407,10 +1407,6 @@ class SceneEditor {
 				}
 			}
 			else {
-				lockList.set(o, true);
-				var el = tree.getElement(o);
-				applyTreeStyle(o, el);
-				applySceneStyle(o);
 				for(c in o.flatten(Object3D)) {
 					lockList.set(c, true);
 					var el = tree.getElement(c);