Project

General

Profile

« Previous | Next » 

Revision ed1c0b33

Added by Leszek Koltunski almost 8 years ago

Switch to sending a Context (rather than a GLSurfaceView) to the library.

View differences:

src/main/java/org/distorted/examples/movingeffects/MovingEffectsRenderer.java
68 68
      
69 69
     try
70 70
        {
71
        Distorted.onSurfaceCreated(mView);
71
        Distorted.onSurfaceCreated(mView.getContext());
72 72
        }
73 73
      catch(Exception ex)
74 74
        {

Also available in: Unified diff