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/listener/ListenerRenderer.java
134 134
      
135 135
      try
136 136
        {
137
        Distorted.onSurfaceCreated(mView);
137
        Distorted.onSurfaceCreated(mView.getContext());
138 138
        }
139 139
      catch(Exception ex)
140 140
        {

Also available in: Unified diff