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/monalisa/MonaLisaRenderer.java
107 107
      
108 108
      try
109 109
        {
110
        Distorted.onSurfaceCreated(mView);
110
        Distorted.onSurfaceCreated(mView.getContext());
111 111
        }
112 112
      catch(Exception ex)
113 113
        {

Also available in: Unified diff