mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 17:56:04 +08:00
Made getTextureAtlas virtual.
This commit is contained in:
parent
a040063eb7
commit
104b79379f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user