Fix lint error

This commit is contained in:
yushijinhun 2019-12-22 18:34:30 +08:00
parent 0103e81b8e
commit 9f7b94a1a2
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;