Explorar o código

Remove unnecessary comma in UnrealBloomPass

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