Skip to content

Commit 24c0a16

Browse files
authored
fix: Line to Line3
fixes #128
1 parent ed87866 commit 24c0a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class TriangleIntersectionSets {
153153

154154
export class OperationDebugData {
155155

156-
intersectionEdges: Line[];
156+
intersectionEdges: Line3[];
157157
enabled: boolean;
158158

159159
addIntersectingTriangles( ia: number, triA: Triangle, ib: number, triB: Triangle ): void;

0 commit comments

Comments
 (0)