commit a059ebcd0eebe122fefafafff0766581029b3731
Author: Leszek Koltunski <leszek@distoretedandroid.org>
Date:   Tue May 9 13:45:06 2017 +0100

    Minor bugfix.

diff --git a/src/main/java/org/distorted/library/DistortedEffects.java b/src/main/java/org/distorted/library/DistortedEffects.java
index ffbaa7a..892f230 100644
--- a/src/main/java/org/distorted/library/DistortedEffects.java
+++ b/src/main/java/org/distorted/library/DistortedEffects.java
@@ -296,7 +296,6 @@ public class DistortedEffects
     GLES30.glUniform1i(mMainTextureH, 0);
     surface.setAsOutput(currTime);
     mM.send(surface,halfW,halfH,halfZ);
-    mM.send(surface,halfW,halfH,halfZ);
     mV.send(halfW,halfH,halfZ);
     mF.send(halfW,halfH);
 
@@ -308,7 +307,7 @@ public class DistortedEffects
     GLES30.glBindBuffer(GLES30.GL_ARRAY_BUFFER, 0 );
 
     /// DEBUG ONLY //////
-    // displayBoundingRect(halfInputW, halfInputH, halfZ, df, mM.getMVP(), mesh.getBoundingVertices() );
+    // displayBoundingRect(halfW, halfH, halfZ, surface, mM.getMVP(), mesh.getBoundingVertices() );
     /// END DEBUG ///////
     }
 
