Skip to content

Commit cf6af97

Browse files
author
Avaer Kazmer
committed
More dead code cleanup
1 parent e4375c6 commit cf6af97

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vrarmik/LegsManager.js

-2
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,6 @@ class LegsManager extends MonoBehavior
187187
this.rightLeg.foot.stickTransform.position = this.rightLeg.foot.position;
188188
this.rightLeg.left = false;
189189

190-
// this.spineLength = 0.3525347660851869;
191-
192190
this.poseManager = this.GetOrAddComponent(PoseManager);
193191
this.leftLeg.poseManager = this.poseManager;
194192
this.rightLeg.poseManager = this.poseManager;

0 commit comments

Comments
 (0)