Explorar o código

Remove unnecessary comma in GammaCorrectionShader

Tristan Valcke %!s(int64=8) %!d(string=hai) anos
pai
achega
e40766b5e8
Modificáronse 1 ficheiros con 1 adicións e 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 }
 
 	},