Explorar el Código

Merge pull request #20295 from ycw/patch-3

update LineSegments.d.ts
Mr.doob hace 5 años
padre
commit
ef47b33d17
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/objects/LineSegments.d.ts

+ 1 - 2
src/objects/LineSegments.d.ts

@@ -19,8 +19,7 @@ export class LineSegments <
 
 	constructor(
 		geometry?: TGeometry,
-		material?: TMaterial,
-		mode?: number
+		material?: TMaterial
 	);
 
 	/**