We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4375c6 commit cf6af97Copy full SHA for cf6af97
vrarmik/LegsManager.js
@@ -187,8 +187,6 @@ class LegsManager extends MonoBehavior
187
this.rightLeg.foot.stickTransform.position = this.rightLeg.foot.position;
188
this.rightLeg.left = false;
189
190
- // this.spineLength = 0.3525347660851869;
191
-
192
this.poseManager = this.GetOrAddComponent(PoseManager);
193
this.leftLeg.poseManager = this.poseManager;
194
this.rightLeg.poseManager = this.poseManager;
0 commit comments