This commit is contained in:
Kurt Hutten IrevDev
2022-11-28 19:44:08 +11:00
parent b671db1e81
commit 80f513401c
6 changed files with 30 additions and 12 deletions

View File

@ -56,9 +56,9 @@ export const BasePlanes = () => {
mode: 'sketch',
sketchMode: 'points',
axis: axisIndex === 0 ? 'yz' : axisIndex === 1 ? 'xy' : 'xz',
id
id,
})
updateAst(modifiedAst)
}
if (guiMode.mode !== 'sketch') {