dmuratshin 10 years ago
parent
commit
3a3b3e6a0f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/flow/flow.cpp

+ 2 - 2
src/flow/flow.cpp

@@ -219,8 +219,8 @@ namespace oxygine
 
         void Flow::update()
         {
-			if (scenes.empty() && scenes2show.empty())
-				return;
+            if (scenes.empty() && scenes2show.empty())
+                return;
 
             if (DebugActor::instance)
             {