Project

General

Profile

« Previous | Next » 

Revision 1f9a52f1

Added by Leszek Koltunski almost 7 years ago

Simplify setting up DistortedScreen.

View differences:

src/main/java/org/distorted/examples/plainmonalisa/RenderThread.java
97 97
    mEffects.distort( dLeft, pLeft , rLeft );
98 98
    mEffects.distort(dRight, pRight, rRight);
99 99

  
100
    mScreen = new DistortedScreen();
100
    mScreen = new DistortedScreen(null);
101 101
    }
102 102

  
103 103
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff