提交 a1fb6c31 编写于 作者: B Ben Houston

fix bug, not calling AnimationAction.init.

上级 f89af191
......@@ -26,6 +26,7 @@ THREE.AnimationMixer.prototype = {
// TODO: check for duplicate action names? Or provide each action with a UUID?
this.actions.push( action );
action.init( this.time );
action.mixer = this;
var tracks = action.clip.tracks;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册