Преглед на файлове

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