Skip to content

Commit d8629c4

Browse files
committed
trying something to see if this fixes it
1 parent aa72bbf commit d8629c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projectManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export class ProjectManager {
302302
objData.geometry.tube,
303303
objData.geometry.radialSegments,
304304
objData.geometry.tubularSegments,
305-
objData.geometry.arc || Math.PI * 2 // Default to full circle if not specified
305+
objData.geometry.arc
306306
);
307307
} else if (objData.type === 'ConeGeometry') {
308308
geometry = new THREE.ConeGeometry(

0 commit comments

Comments
 (0)