Made getTextureAtlas virtual.

This commit is contained in:
NathanSweet 2013-12-05 18:50:31 +01:00
parent a040063eb7
commit 104b79379f

View File

@ -93,7 +93,7 @@ public:
protected:
CCSkeleton ();
void setSkeletonData (spSkeletonData* skeletonData, bool ownsSkeletonData);
cocos2d::CCTextureAtlas* getTextureAtlas (spRegionAttachment* regionAttachment) const;
virtual cocos2d::CCTextureAtlas* getTextureAtlas (spRegionAttachment* regionAttachment) const;
private:
bool ownsSkeletonData;