From 1d08ff563937e262d60ce4639aef768506c9fc4a Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 15 Apr 2023 16:13:41 +0200 Subject: [PATCH] fix(brian): Updated after mirror macro changes --- designs/brian/src/base.mjs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/designs/brian/src/base.mjs b/designs/brian/src/base.mjs index 60562809f6a..c290a94ef15 100644 --- a/designs/brian/src/base.mjs +++ b/designs/brian/src/base.mjs @@ -189,14 +189,14 @@ export const base = { macro('mirror', { mirror: [points.hps, points.shoulder], points: [ - points.neckCp2Front, - points.cfNeckCp1, - points.cfNeck, - points.cbNeck, - points.neckCp2, - points.frontArmholePitch, - points.frontArmholePitchCp2, - points.shoulderCp1, + 'neckCp2Front', + 'cfNeckCp1', + 'cfNeck', + 'cbNeck', + 'neckCp2', + 'frontArmholePitch', + 'frontArmholePitchCp2', + 'shoulderCp1', ], clone: true, })