2
0
Эх сурвалжийг харах

Remove unnecessary comma in UnrealBloomPass

Tristan Valcke 8 жил өмнө
parent
commit
31397f8bb8

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

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