mirror of https://github.com/axmolengine/axmol.git
fix
This commit is contained in:
parent
d238f9905e
commit
b8083f2c99
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue