Skip to content

Commit

Permalink
Merge pull request #20295 from ycw/patch-3
Browse files Browse the repository at this point in the history
update LineSegments.d.ts
  • Loading branch information
mrdoob authored Sep 10, 2020
2 parents 648f06b + 6cc36df commit ef47b33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/objects/LineSegments.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ export class LineSegments <

constructor(
geometry?: TGeometry,
material?: TMaterial,
mode?: number
material?: TMaterial
);

/**
Expand Down

0 comments on commit ef47b33

Please sign in to comment.