NathanSweet 12 years ago
parent
commit
8df81c9fbb
1 changed files with 1 additions and 1 deletions
  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 ();