Selaa lähdekoodia

fix lint error

aardgoose 6 vuotta sitten
vanhempi
commit
75435b9b08
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.shadowsLength = shadows.length;
 
-			hash.value++;
+			hash.value ++;
 
 		}