|
@@ -58,10 +58,10 @@ public:
|
|
|
|
|
|
virtual ~SkeletonRenderer ();
|
|
virtual ~SkeletonRenderer ();
|
|
|
|
|
|
- virtual void update (float deltaTime);
|
|
|
|
|
|
+ virtual void update (float deltaTime) override;
|
|
virtual void draw (cocos2d::Renderer* renderer, const cocos2d::Matrix& transform, bool transformUpdated) override;
|
|
virtual void draw (cocos2d::Renderer* renderer, const cocos2d::Matrix& transform, bool transformUpdated) override;
|
|
virtual void drawSkeleton (const cocos2d::Matrix& transform, bool transformUpdated);
|
|
virtual void drawSkeleton (const cocos2d::Matrix& transform, bool transformUpdated);
|
|
- virtual cocos2d::Rect boundingBox ();
|
|
|
|
|
|
+ virtual cocos2d::Rect getBoundingBox () const override;
|
|
|
|
|
|
// --- Convenience methods for common Skeleton_* functions.
|
|
// --- Convenience methods for common Skeleton_* functions.
|
|
void updateWorldTransform ();
|
|
void updateWorldTransform ();
|