|
|
@@ -180,9 +180,12 @@ namespace oxygine
|
|
|
|
|
|
if (_wasTouchBlocked)
|
|
|
{
|
|
|
- log::messageln("send blocked touch");
|
|
|
- TouchEvent click(TouchEvent::CLICK, true, _blockedTouchPosition);
|
|
|
- getStage()->handleEvent(&click);
|
|
|
+ if (scenes2show.empty())
|
|
|
+ {
|
|
|
+ log::messageln("send blocked touch");
|
|
|
+ TouchEvent click(TouchEvent::CLICK, true, _blockedTouchPosition);
|
|
|
+ getStage()->handleEvent(&click);
|
|
|
+ }
|
|
|
_wasTouchBlocked = false;
|
|
|
}
|
|
|
}
|