Project

General

Profile

« Previous | Next » 

Revision a059ebcd

Added by Leszek Koltunski about 7 years ago

Minor bugfix.

View differences:

src/main/java/org/distorted/library/DistortedEffects.java
296 296
    GLES30.glUniform1i(mMainTextureH, 0);
297 297
    surface.setAsOutput(currTime);
298 298
    mM.send(surface,halfW,halfH,halfZ);
299
    mM.send(surface,halfW,halfH,halfZ);
300 299
    mV.send(halfW,halfH,halfZ);
301 300
    mF.send(halfW,halfH);
302 301

  
......
308 307
    GLES30.glBindBuffer(GLES30.GL_ARRAY_BUFFER, 0 );
309 308

  
310 309
    /// DEBUG ONLY //////
311
    // displayBoundingRect(halfInputW, halfInputH, halfZ, df, mM.getMVP(), mesh.getBoundingVertices() );
310
    // displayBoundingRect(halfW, halfH, halfZ, surface, mM.getMVP(), mesh.getBoundingVertices() );
312 311
    /// END DEBUG ///////
313 312
    }
314 313

  

Also available in: Unified diff