Преглед изворни кода

Remove unnecessary comma in GammaCorrectionShader

Tristan Valcke пре 9 година
родитељ
комит
e40766b5e8
1 измењених фајлова са 1 додато и 1 уклоњено
  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 }
 
 	},