mirror of https://github.com/axmolengine/axmol.git
Merge pull request #5422 from dumganhar/develop
Added virtual and override keywords to Scene::init() method
This commit is contained in:
commit
30d100296a
|
@ -63,7 +63,7 @@ public:
|
||||||
protected:
|
protected:
|
||||||
Scene();
|
Scene();
|
||||||
virtual ~Scene();
|
virtual ~Scene();
|
||||||
bool init();
|
virtual bool init() override;
|
||||||
|
|
||||||
friend class Node;
|
friend class Node;
|
||||||
friend class SpriteBatchNode;
|
friend class SpriteBatchNode;
|
||||||
|
|
Loading…
Reference in New Issue