aardgoose 6 years ago
parent
commit
0d83e1a914
1 changed files with 1 additions and 1 deletions
  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 ++;
 
 		}