|
|
@@ -174,8 +174,6 @@ namespace oxygine
|
|
|
if (!_back || !current->_dialog)
|
|
|
next->postShowing();
|
|
|
|
|
|
- if (_back)
|
|
|
- next->sceneHidden(current);
|
|
|
|
|
|
|
|
|
getStage()->removeEventListener(TouchEvent::CLICK, CLOSURE(this, &Flow::blockedTouch));
|
|
|
@@ -192,6 +190,9 @@ namespace oxygine
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if (_back)
|
|
|
+ next->sceneHidden(current);
|
|
|
+
|
|
|
|
|
|
if (current->_remove)
|
|
|
{
|