dmuratshin 8 years ago
parent
commit
00feebcb9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/flow/Scene.h

+ 1 - 0
src/flow/Scene.h

@@ -119,6 +119,7 @@ namespace oxygine
             bool            isDialog() const { return _dialog; }
             bool            isInStackWide() const { return _instackWide; }
             bool            isVisibleWide() const { return _visibleWide; }
+            bool            isFinished() const { return _done; }
 
             void setPassBlockedTouch(bool v) { _passBlockedTouch = v; }