Skip to content

Commit

Permalink
Update manifold to 3.0.1 (#16182)
Browse files Browse the repository at this point in the history
Co-authored-by: David Catuhe <[email protected]>
  • Loading branch information
deltakosh and David Catuhe authored Feb 12, 2025
1 parent 1654a67 commit df197de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev/core/src/Meshes/csg2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export function IsCSG2Ready() {
*/
export async function InitializeCSG2Async(options?: Partial<ICSG2Options>) {
const localOptions = {
manifoldUrl: "https://unpkg.com/[email protected].0",
manifoldUrl: "https://unpkg.com/[email protected].1",
...options,
};

Expand Down

0 comments on commit df197de

Please sign in to comment.