소스 검색

Revert "corrected wrong indent"

This reverts commit 85733da4a547ff29676cd533167db5a9a343b26a.
Mugen87 9 년 전
부모
커밋
6bbf832a84
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 ) {