fix(titan): Fixed crotch width issue
This commit is contained in:
parent
fadd64867a
commit
ca5fb5346e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default (part) => {
|
|||
measurements.seatCircumference * options.crotchExtension
|
||||
|
||||
points.I = new Point(
|
||||
crotchWidthOptionA > crotchWidthOptionB ? crotchWidthOptionA : crotchWidthOptionB * -1,
|
||||
crotchWidthOptionA > crotchWidthOptionB ? crotchWidthOptionA * -1 : crotchWidthOptionB * -1,
|
||||
points.D.y
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue