dmuratshin 9 years ago
parent
commit
bdea596156
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/flow/Scene.cpp
  2. 1 1
      src/flow/Scene.h
  3. 1 1
      src/flow/flow.cpp

+ 1 - 1
src/flow/Scene.cpp

@@ -194,7 +194,7 @@ namespace oxygine
             _remove = false;
             //_visible = false;
             _visibleWide = true;
-            
+
 
             update();
 

+ 1 - 1
src/flow/Scene.h

@@ -112,7 +112,7 @@ namespace oxygine
             void removeTransitions() { _transitionIn = _transitionOut = 0; }
 
             spActor         getHolder() const { return _holder; }
-            const FlowEvent&getFinishEvent() const { return _finishEvent; }
+            const FlowEvent& getFinishEvent() const { return _finishEvent; }
             bool            isDialog() const { return _dialog; }
             bool            isInStackWide() const { return _instackWide; }
 

+ 1 - 1
src/flow/flow.cpp

@@ -244,7 +244,7 @@ namespace oxygine
             {
                 if (scenes2show.empty())
                 {
-                   LOGD("send  blocked touch");
+                    LOGD("send  blocked touch");
                     TouchEvent click(TouchEvent::CLICK, true, _blockedTouchPosition);
                     getStage()->handleEvent(&click);
                 }