mirror of https://github.com/axmolengine/axmol.git
Added virtual and override keywords to Scene::init() method
This commit is contained in:
parent
b06a98b8ee
commit
0b6858bdde
|
@ -63,7 +63,7 @@ public:
|
|||
protected:
|
||||
Scene();
|
||||
virtual ~Scene();
|
||||
bool init();
|
||||
virtual bool init() override;
|
||||
|
||||
friend class Node;
|
||||
friend class SpriteBatchNode;
|
||||
|
|
Loading…
Reference in New Issue