Browse Source

Fixed the copy paste error which caused an inbalance in the layout update control.

Wei Tjong Yao 12 years ago
parent
commit
4f0fad1d54
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Bin/Data/Scripts/Editor/EditorSceneWindow.as

+ 0 - 3
Bin/Data/Scripts/Editor/EditorSceneWindow.as

@@ -116,9 +116,6 @@ void UpdateSceneWindow()
     ClearSceneWindow();
     UpdateSceneWindowNode(0, editorScene, null);
 
-    // Re-enable layout update
-    hierarchyList.EnableLayoutUpdate();
-
     // Clear copybuffer when whole window refreshed
     copyBuffer.Clear();
 }