Project

General

Profile

« Previous | Next » 

Revision e4330c89

Added by Leszek Koltunski almost 7 years ago

Change of API: move setting the EGL context back to the APP.

View differences:

src/main/java/org/distorted/examples/plainmonalisa/RenderThread.java
105 105
    mEffects.apply(new MatrixEffectMove(mMove));
106 106
    mEffects.apply(new MatrixEffectScale(mScale));
107 107

  
108
    mScreen = new DistortedScreen(null);
108
    mScreen = new DistortedScreen();
109 109
    }
110 110

  
111 111
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff