소스 검색

Remove unnecessary comma in GammaCorrectionShader

Tristan Valcke 8 년 전
부모
커밋
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 }
 
 	},