Parcourir la source

Remove trailing space.

yellowtailfan il y a 4 ans
Parent
commit
eb2f83b0ca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/renderers/webgl/WebGLLights.js

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

@@ -404,7 +404,7 @@ function WebGLLights( extensions, capabilities ) {
 			}
 
 		}
-	
+
 		if ( rectAreaLength > 0 ) {
 
 			if ( capabilities.isWebGL2 || extensions.get( 'OES_texture_float_linear' ) ) {