Ver Fonte

Fix d.ts for WebGLShadowMap constructor

Ondřej Španěl há 5 anos atrás
pai
commit
45525ae4c6
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      src/renderers/webgl/WebGLShadowMap.d.ts

+ 1 - 2
src/renderers/webgl/WebGLShadowMap.d.ts

@@ -7,9 +7,8 @@ export class WebGLShadowMap {
 
 	constructor(
 		_renderer: WebGLRenderer,
-		_lights: any[],
 		_objects: any[],
-		capabilities: any
+		maxTextureSize: number
 	);
 
 	enabled: boolean;