Skip to content

Commit 6042287

Browse files
authored
Merge pull request #18372 from OndrejSpanel/fixDTSWebGLShadowMap
Fix d.ts for WebGLShadowMap constructor
2 parents fc2f3e8 + 45525ae commit 6042287

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/renderers/webgl/WebGLShadowMap.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ export class WebGLShadowMap {
77

88
constructor(
99
_renderer: WebGLRenderer,
10-
_lights: any[],
1110
_objects: any[],
12-
capabilities: any
11+
maxTextureSize: number
1312
);
1413

1514
enabled: boolean;

0 commit comments

Comments
 (0)