Explorar el Código

Fix TSDoc for CircleBufferGeometry

Kevin LEVRON hace 5 años
padre
commit
5fb40fd5e3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/geometries/CircleBufferGeometry.d.ts

+ 1 - 1
src/geometries/CircleBufferGeometry.d.ts

@@ -6,7 +6,7 @@ export class CircleBufferGeometry extends BufferGeometry {
 	 * @param [radius=1]
 	 * @param [segments=8]
 	 * @param [thetaStart=0]
-	 * @param [widthSegments=Math.PI * 2]
+	 * @param [thetaLength=Math.PI * 2]
 	 */
 	constructor(
 		radius?: number,