1
0
Эх сурвалжийг харах

Update DirectionalLightHelper.d.ts

Michael Herzog 6 жил өмнө
parent
commit
0dd603877a

+ 1 - 1
src/helpers/DirectionalLightHelper.d.ts

@@ -14,7 +14,7 @@ export class DirectionalLightHelper extends Object3D {
 
 	light: DirectionalLight;
 	lightPlane: Line;
-	targetPlane: Line;
+	targetLine: Line;
 	color: Color | string | number | undefined;
 	matrix: Matrix4;
 	matrixAutoUpdate: boolean;

粤ICP备19079148号