Browse Source

Cleanup source code indentation.

Wei Tjong Yao 12 years ago
parent
commit
29b23c16d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/UI/UI.cpp

+ 1 - 1
Engine/UI/UI.cpp

@@ -70,7 +70,7 @@ UI::UI(Context* context) :
     nonFocusedMouseWheel_(true)     // Default Mac OS X and Linux behaviour
     #endif
 {
-	rootElement_->SetTraversalMode(TM_DEPTH_FIRST);
+    rootElement_->SetTraversalMode(TM_DEPTH_FIRST);
 
     SubscribeToEvent(E_SCREENMODE, HANDLER(UI, HandleScreenMode));
     SubscribeToEvent(E_MOUSEBUTTONDOWN, HANDLER(UI, HandleMouseButtonDown));