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/interpolator/InterpolatorRenderer.java
53 53
     
54 54
     try
55 55
        {
56
        Distorted.onSurfaceCreated(mView);
56
        Distorted.onSurfaceCreated(mView.getContext());
57 57
        }
58 58
      catch(Exception ex)
59 59
        {

Also available in: Unified diff