| Index: sky/engine/core/animation/AnimationNode.cpp
|
| diff --git a/sky/engine/core/animation/AnimationNode.cpp b/sky/engine/core/animation/AnimationNode.cpp
|
| index 32e68c6b2eec85032afda3a8b5bddc58ae57ca6b..7d35ad0bb216428d8b47f9059152095725ce7a60 100644
|
| --- a/sky/engine/core/animation/AnimationNode.cpp
|
| +++ b/sky/engine/core/animation/AnimationNode.cpp
|
| @@ -60,7 +60,6 @@ AnimationNode::AnimationNode(const Timing& timing, PassOwnPtr<EventDelegate> eve
|
| , m_needsUpdate(true)
|
| , m_lastUpdateTime(nullValue())
|
| {
|
| - ScriptWrappable::init(this);
|
| m_timing.assertValid();
|
| }
|
|
|
|
|