提交 43eeb8d5 编写于 作者: T Tristan VALCKE

Protect AnimationAction against the closure circular reference bug

上级 95c35211
......@@ -76,7 +76,7 @@ function AnimationAction( mixer, clip, localRoot ) {
}
AnimationAction.prototype = {
Object.assign( AnimationAction.prototype, {
constructor: AnimationAction,
......@@ -651,7 +651,7 @@ AnimationAction.prototype = {
}
};
} );
export { AnimationAction };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册