1
0
Fork 0
This commit is contained in:
woutervdub 2024-03-22 16:36:10 +00:00
parent f9c6620b91
commit 8efcde1c78
2 changed files with 2 additions and 2 deletions

View file

@ -640,6 +640,6 @@ export const shape = {
}, },
}) })
return part //.hide() return part.hide()
}, },
} }

View file

@ -514,6 +514,6 @@ export const shape = {
store.set('waistLengthFront', points.frontWaistband.dist(points.centerWaistband)) store.set('waistLengthFront', points.frontWaistband.dist(points.centerWaistband))
store.set('waistLengthBack', store.get('waistLength') - store.get('waistLengthFront')) store.set('waistLengthBack', store.get('waistLength') - store.get('waistLengthFront'))
return part return part.hide()
}, },
} }