Fix style

This commit is contained in:
yushijinhun 2019-05-02 16:33:13 +08:00
parent 0c8a8b627a
commit 4b93760f1b
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ export class SkinObject extends THREE.Group {
rightLegPivot.position.y = -6;
this.rightLeg = new BodyPart(rightLegMesh, rightLeg2Mesh);
this.rightLeg.name ="rightLeg";
this.rightLeg.name = "rightLeg";
this.rightLeg.add(rightLegPivot);
this.rightLeg.position.y = -16;
this.rightLeg.position.x = -2;