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/listener/ListenerRenderer.java
71 71
      mView = v;
72 72
      mEffects = new DistortedEffects();
73 73
      mEffects.registerForMessages(this);
74
      mScreen = new DistortedScreen(mView);
74
      mScreen = new DistortedScreen();
75 75
      mRnd = new Random(0);
76 76

  
77 77
      mMove = new Static3D(0,0,0);

Also available in: Unified diff