Browse Source

Fix indent & if statement space.

Lasse Öörni 10 years ago
parent
commit
56b218a236
1 changed files with 4 additions and 4 deletions
  1. 4 4
      bin/Data/Scripts/Editor/EditorScene.as

+ 4 - 4
bin/Data/Scripts/Editor/EditorScene.as

@@ -522,10 +522,10 @@ bool ToggleSceneUpdate()
 
 bool ShowLayerMover()
 {
-  if(ui.focusElement is null) 
-    return ShowLayerEditor();
-  else
-    return false;
+    if (ui.focusElement is null)
+        return ShowLayerEditor();
+    else
+        return false;
 }
 
 void SetSceneModified()