@@ -255,6 +255,11 @@ namespace oxygine
_resultCB = EventCallback();
}
+ void Scene::noResult()
+ {
+ _resultCB = EventCallback();
+ }
+
void Scene::remove()
{
LOGD("%-20s '%s'", "remove", getName().c_str());
@@ -82,6 +82,7 @@ namespace oxygine
/*closes current scene**/
void finish(Event* ev = 0);
void finishNoResult();
+ void noResult();
/**
Automatically removes Scene from stack (flow).