浏览代码

Remove unnecessary comma in UnrealBloomPass

Tristan Valcke 8 年之前
父节点
当前提交
31397f8bb8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/postprocessing/UnrealBloomPass.js

+ 1 - 1
examples/js/postprocessing/UnrealBloomPass.js

@@ -231,7 +231,7 @@ THREE.UnrealBloomPass.prototype = Object.assign( Object.create( THREE.Pass.proto
 			uniforms: {
 				"colorTexture": { value: null },
 				"texSize": 				{ value: new THREE.Vector2( 0.5, 0.5 ) },
-				"direction": 				{ value: new THREE.Vector2( 0.5, 0.5 ) },
+				"direction": 				{ value: new THREE.Vector2( 0.5, 0.5 ) }
 			},
 
 			vertexShader: