Ver Fonte

fix lint error

aardgoose há 6 anos atrás
pai
commit
75435b9b08
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/renderers/webgl/WebGLLights.js

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

@@ -355,7 +355,7 @@ function WebGLLights() {
 			hash.hemiLength = hemiLength;
 			hash.hemiLength = hemiLength;
 			hash.shadowsLength = shadows.length;
 			hash.shadowsLength = shadows.length;
 
 
-			hash.value++;
+			hash.value ++;
 
 
 		}
 		}