Project

General

Profile

« Previous | Next » 

Revision 1f9a52f1

Added by Leszek Koltunski about 7 years ago

Simplify setting up DistortedScreen.

View differences:

src/main/java/org/distorted/examples/fbo/FBORenderer.java
68 68
      mView   = v;
69 69
      mDepth  = true;
70 70
      mEffects= new DistortedEffects();
71
      mScreen = new DistortedScreen();
71
      mScreen = new DistortedScreen(mView);
72 72
      }
73 73

  
74 74
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff