| Index: sky/engine/core/animation/AnimationEffect.h
|
| diff --git a/sky/engine/core/animation/AnimationEffect.h b/sky/engine/core/animation/AnimationEffect.h
|
| index 31a0c069ef9062b967a045437884fc0839aaf564..cce544c65efac2cb992fd894e2b2337cb527a569 100644
|
| --- a/sky/engine/core/animation/AnimationEffect.h
|
| +++ b/sky/engine/core/animation/AnimationEffect.h
|
| @@ -50,10 +50,8 @@ public:
|
| CompositeAdd,
|
| };
|
|
|
| - AnimationEffect()
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + AnimationEffect() { }
|
| +
|
| virtual ~AnimationEffect() { }
|
| virtual PassOwnPtr<Vector<RefPtr<Interpolation> > > sample(int iteration, double fraction, double iterationDuration) const = 0;
|
|
|
|
|