Browse Source

Update DirectionalLightHelper.d.ts

Michael Herzog 5 năm trước cách đây
mục cha
commit
0dd603877a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/helpers/DirectionalLightHelper.d.ts

+ 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;