From b8083f2c994bfa352442c4f09fb85e08ab88f9ee Mon Sep 17 00:00:00 2001 From: geron-cn Date: Fri, 10 Apr 2015 14:24:48 +0800 Subject: [PATCH] fix --- cocos/editor-support/cocostudio/ActionTimeline/CCFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/editor-support/cocostudio/ActionTimeline/CCFrame.h b/cocos/editor-support/cocostudio/ActionTimeline/CCFrame.h index 2b8b21fc0b..ba2e2b5c06 100644 --- a/cocos/editor-support/cocostudio/ActionTimeline/CCFrame.h +++ b/cocos/editor-support/cocostudio/ActionTimeline/CCFrame.h @@ -74,7 +74,7 @@ protected: Frame(); virtual ~Frame(); - virtual void onApply(float percent); + virtual void onApply(float percent) {}; //update percent depends _tweenType, and return the Calculated percent virtual float tweenPercent(float percent);