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/deform/DeformRenderer.java
152 152
      {  
153 153
      try
154 154
        {
155
        Distorted.onSurfaceCreated(mView);
155
        Distorted.onSurfaceCreated(mView.getContext());
156 156
        }
157 157
      catch(Exception ex)
158 158
        {

Also available in: Unified diff