Browse Source

WebGLLights: Clean up.

Mr.doob 5 years ago
parent
commit
47968f3ad5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/renderers/webgl/WebGLLights.js

+ 1 - 1
src/renderers/webgl/WebGLLights.js

@@ -140,7 +140,7 @@ function WebGLLights() {
 		point: [],
 		point: [],
 		pointShadowMap: [],
 		pointShadowMap: [],
 		pointShadowMatrix: [],
 		pointShadowMatrix: [],
-		hemi: [],
+		hemi: []
 
 
 	};
 	};