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/cubes/CubesRenderer.java
125 125
      
126 126
      try
127 127
        {
128
        Distorted.onSurfaceCreated(mView);
128
        Distorted.onSurfaceCreated(mView.getContext());
129 129
        }
130 130
      catch(Exception ex)
131 131
        {

Also available in: Unified diff