2
0
Mugen87 9 жил өмнө
parent
commit
85733da4a5

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

@@ -74,7 +74,7 @@ THREE.GlitchPass.prototype = {
 		this.curF ++;
 		this.curF ++;
 
 
 		this.quad.material = this.material;
 		this.quad.material = this.material;
-    this.quad.material.stencilTest = maskActive;
+		this.quad.material.stencilTest = maskActive;
     
     
 		if ( this.renderToScreen ) {
 		if ( this.renderToScreen ) {