Ver código fonte

Remove unnecessary comma in GammaCorrectionShader

Tristan Valcke 8 anos atrás
pai
commit
e40766b5e8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/js/shaders/GammaCorrectionShader.js

+ 1 - 1
examples/js/shaders/GammaCorrectionShader.js

@@ -9,7 +9,7 @@ THREE.GammaCorrectionShader = {
 
 	uniforms: {
 
-		"tDiffuse": { value: null },
+		"tDiffuse": { value: null }
 
 	},