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/fov/FOVRenderer.java
65 65
      {  
66 66
      try
67 67
        {
68
        Distorted.onSurfaceCreated(mView);
68
        Distorted.onSurfaceCreated(mView.getContext());
69 69
        }
70 70
      catch(Exception ex)
71 71
        {

Also available in: Unified diff