refactor(carlton): Removed deprecated measurements from Carlton
This commit is contained in:
parent
7b3970f3c1
commit
51bed1d6ca
3 changed files with 90 additions and 97 deletions
|
@ -19,7 +19,7 @@ export default function(part) {
|
|||
|
||||
calculateRatios(part)
|
||||
// Belt width
|
||||
let bw = measurements.centerBackNeckToWaist * options.beltWidth
|
||||
let bw = (measurements.hpsToHipsBack - measurements.naturalWaistToHip) * options.beltWidth
|
||||
store.set('beltWidth', bw)
|
||||
|
||||
// Box pleat (bp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue