dmuratshin 9 years ago
parent
commit
586f2052f4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/flow/Scene.cpp

+ 2 - 0
src/flow/Scene.cpp

@@ -154,6 +154,8 @@ namespace oxygine
             _done = false;
             _remove = false;
 
+            update();
+
             LOGD("%-20s '%s'", "Scene.preShowing", getName().c_str());
             Event ev(EVENT_PRE_SHOWING);
             dispatchEvent(&ev);