Browse Source

- fix duplicated processing

ChuckAtShiro 6 years ago
parent
commit
34687d816a
1 changed files with 0 additions and 4 deletions
  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);