Remove comment as modelListeners this to finish initialization

Based on yushijinhun's feedback from comment 3feb9cf9f6 (r29788700)
This commit is contained in:
Hacksore 2018-07-21 09:38:02 -05:00
parent 16d0e8f8ea
commit 179bcd7577
1 changed files with 1 additions and 1 deletions

View File

@ -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() {