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/effects3d/Effects3DRenderer.java
159 159
      
160 160
      try
161 161
        {
162
        Distorted.onSurfaceCreated(mView);
162
        Distorted.onSurfaceCreated(mView.getContext());
163 163
        }
164 164
      catch(Exception ex)
165 165
        {

Also available in: Unified diff