Adding missing virtual keywords

This commit is contained in:
konopka 2015-03-16 16:39:43 +01:00
parent 7fb79272ca
commit 0387b13bb6
2 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ CC_CONSTRUCTOR_ACCESS:
Sprite3D(); Sprite3D();
virtual ~Sprite3D(); virtual ~Sprite3D();
bool init() override; virtual bool init() override;
bool initWithFile(const std::string &path); bool initWithFile(const std::string &path);

View File

@ -173,7 +173,7 @@ public:
*/ */
ssize_t getMovementCount() const; ssize_t getMovementCount() const;
void update(float dt) override; virtual void update(float dt) override;
/** /**
* Get current movementID * Get current movementID