dmuratshin 10 years ago
parent
commit
7a39ceb6b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/flow.cpp

+ 1 - 1
src/flow.cpp

@@ -103,7 +103,7 @@ namespace oxygine
             if (!back)
                 current->sceneShown(next);
 
-			_trans = next->runTransition(this, current, back);
+            _trans = next->runTransition(this, current, back);
 
             getStage()->addChild(_touchBlocker);
             _wasTouchBlocked = false;