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/differentbitmaps/DifferentBitmapsRenderer.java
146 146
      
147 147
      try
148 148
        {
149
        Distorted.onSurfaceCreated(mView);
149
        Distorted.onSurfaceCreated(mView.getContext());
150 150
        }
151 151
      catch(Exception ex)
152 152
        {

Also available in: Unified diff