Project

General

Profile

« Previous | Next » 

Revision 1aedf874

Added by Leszek Koltunski about 7 years ago

Revert "Beginnings of support for DistortedEffects.drawPrivFeedback()"

This reverts commit a22c66287b616833b0ad72d81d40cc321e4bc920.

View differences:

src/main/java/org/distorted/library/DistortedNode.java
264 264
    if( input.setAsInput() )
265 265
      {
266 266
      mState.apply();
267
      mEffects.drawPrivFeedback(mSurface.getWidth()/2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime);
267
      mEffects.drawPriv(mSurface.getWidth()/2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime);
268 268
      return 1;
269 269
      }
270 270

  

Also available in: Unified diff