Explorar el Código

Remove unnecessary comma in GammaCorrectionShader

Tristan Valcke hace 8 años
padre
commit
e40766b5e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }
 
 	},