Skip to content

Commit 918c377

Browse files
committed
🐞 fix: update shape transformation method in LoftCommand
1 parent bb5e53a commit 918c377

File tree

1 file changed

+1
-1
lines changed
  • packages/chili/src/commands/create

1 file changed

+1
-1
lines changed

packages/chili/src/commands/create/loft.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class LoftCommand extends CancelableCommand {
8787
}
8888
}
8989

90-
this.shapes.push(data.shapes[0].shape.transformed(data.nodes![0].worldTransform()));
90+
this.shapes.push(data.shapes[0].shape.transformedMul(data.nodes![0].worldTransform()));
9191
this.displayVisual();
9292
}
9393

0 commit comments

Comments
 (0)