فهرست منبع

corrected wrong indent

Mugen87 9 سال پیش
والد
کامیت
85733da4a5
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      examples/js/postprocessing/GlitchPass.js

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

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