2
0
Эх сурвалжийг харах

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

Wei Tjong Yao 12 жил өмнө
parent
commit
4f0fad1d54

+ 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();
 }