Skip to content

Commit 9294a45

Browse files
deltakoshDavid Catuhe
andauthored
Update manifold version to 3.2.1 (#17039)
Co-authored-by: David Catuhe <[email protected]>
1 parent c88976f commit 9294a45

File tree

1 file changed

+1
-1
lines changed
  • packages/dev/core/src/Meshes

1 file changed

+1
-1
lines changed

packages/dev/core/src/Meshes/csg2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export function IsCSG2Ready() {
467467
*/
468468
export async function InitializeCSG2Async(options?: Partial<ICSG2Options>) {
469469
const localOptions = {
470-
manifoldUrl: "https://unpkg.com/manifold-3d@3.1.1",
470+
manifoldUrl: "https://unpkg.com/manifold-3d@3.2.1",
471471
...options,
472472
};
473473

0 commit comments

Comments
 (0)