瀏覽代碼

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

Wei Tjong Yao 12 年之前
父節點
當前提交
4f0fad1d54
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      Bin/Data/Scripts/Editor/EditorSceneWindow.as

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

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