This commit is contained in:
geron-cn 2015-04-10 14:24:48 +08:00
parent d238f9905e
commit b8083f2c99
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ protected:
Frame(); Frame();
virtual ~Frame(); virtual ~Frame();
virtual void onApply(float percent); virtual void onApply(float percent) {};
//update percent depends _tweenType, and return the Calculated percent //update percent depends _tweenType, and return the Calculated percent
virtual float tweenPercent(float percent); virtual float tweenPercent(float percent);