浏览代码

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 ) {