Browse Source

Merge pull request #132 from Yahor10/master

Stage protected fields
Denis Muratshin 7 years ago
parent
commit
c9f331211a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/oxygine/actor/Stage.h

+ 1 - 1
oxygine/src/oxygine/actor/Stage.h

@@ -61,7 +61,7 @@ namespace oxygine
 
         bool isOn(const Vector2& localPosition, float localScale) override;
 
-    private:
+    protected:
 
         timeMS _statUpdate;
         bool    _clipOuter;