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/bean/BeanRenderer.java
130 130
      
131 131
      try
132 132
        {
133
        Distorted.onSurfaceCreated(mView);
133
        Distorted.onSurfaceCreated(mView.getContext());
134 134
        }
135 135
      catch(Exception ex)
136 136
        {

Also available in: Unified diff