Browse Source

Remove unnecessary comma in UnrealBloomPass

Tristan Valcke 8 years ago
parent
commit
31397f8bb8
1 changed files with 1 additions and 1 deletions
  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: