Browse Source

Remove unnecessary comma in GammaCorrectionShader

Tristan Valcke 8 years ago
parent
commit
e40766b5e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/shaders/GammaCorrectionShader.js

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

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