aardgoose il y a 6 ans
Parent
commit
0d83e1a914
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

@@ -352,7 +352,7 @@ function WebGLLights() {
 			hash.hemiLength = hemiLength;
 			hash.shadowsLength = shadows.length;
 
-			state.version = nextVersion++;
+			state.version = nextVersion ++;
 
 		}