提交 ff2e5ae0 编写于 作者: T Tristan Valcke

Remove variable who is assigned to itself, and add missing semicolon in BlendCharacter

上级 79eba2ac
......@@ -39,7 +39,6 @@ THREE.BlendCharacter = function () {
scope.material.skinning = true;
scope.mixer = new THREE.AnimationMixer( scope );
scope.mixer = scope.mixer;
// Create the animations
for ( var i = 0; i < scope.geometry.animations.length; ++ i ) {
......@@ -129,7 +128,7 @@ THREE.BlendCharacter = function () {
return this.mixer.clipAction( animName ).getEffectiveWeight();
}
};
this.pauseAll = function() {
......@@ -154,7 +153,7 @@ THREE.BlendCharacter = function () {
this.visible = boolean;
}
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册