Remove comment as modelListeners this to finish initialization
Based on yushijinhun's feedback from comment 3feb9cf9f6 (r29788700)
This commit is contained in:
parent
16d0e8f8ea
commit
179bcd7577
|
@ -335,7 +335,7 @@ class SkinObject extends THREE.Group {
|
|||
this.leftLeg.position.x = 2;
|
||||
this.add(this.leftLeg);
|
||||
|
||||
// this.slim = false;
|
||||
this.slim = false;
|
||||
}
|
||||
|
||||
get slim() {
|
||||
|
|
Loading…
Reference in New Issue