[email protected] 8 years ago
parent
commit
774f613336
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/flow/Scene.cpp

+ 5 - 3
src/flow/Scene.cpp

@@ -54,11 +54,13 @@ namespace oxygine
             _holder->setSize(Stage::instance->getSize());
             _holder->setSize(Stage::instance->getSize());
             _holder->setName("Scene::_holder");
             _holder->setName("Scene::_holder");
 
 
-            _checkIsThisSceneAllowesDialog = [](spScene) {
+            _checkIsThisSceneAllowesDialog = [](spScene)
+            {
                 return true;
                 return true;
             };
             };
-            _checkIsThisDialogAllowedOnScene = [](spScene) {
-                return true; 
+            _checkIsThisDialogAllowedOnScene = [](spScene)
+            {
+                return true;
             };
             };
 
 
             _transitionIn = _defaultTransition;
             _transitionIn = _defaultTransition;