NathanSweet 12 gadi atpakaļ
vecāks
revīzija
8df81c9fbb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      spine-cocos2dx/src/spine/CCSkeletonAnimation.h

+ 1 - 1
spine-cocos2dx/src/spine/CCSkeletonAnimation.h

@@ -72,7 +72,7 @@ public:
 	void clearTracks ();
 	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:
 	CCSkeletonAnimation ();