This commit is contained in:
NathanSweet 2013-10-14 19:20:41 +02:00
parent 43466fc936
commit 8df81c9fbb

View File

@ -72,7 +72,7 @@ public:
void clearTracks (); void clearTracks ();
void clearTrack (int trackIndex = 0); void clearTrack (int trackIndex = 0);
void onAnimationStateEvent (int trackIndex, spEventType type, spEvent* event, int loopCount); virtual void onAnimationStateEvent (int trackIndex, spEventType type, spEvent* event, int loopCount);
protected: protected:
CCSkeletonAnimation (); CCSkeletonAnimation ();