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/girl/GirlRenderer.java
201 201
      
202 202
      try
203 203
        {
204
        Distorted.onSurfaceCreated(mView);
204
        Distorted.onSurfaceCreated(mView.getContext());
205 205
        }
206 206
      catch(Exception ex)
207 207
        {

Also available in: Unified diff