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/quaternion/QuaternionRenderer.java
118 118
      
119 119
      try
120 120
        {
121
        Distorted.onSurfaceCreated(mView);
121
        Distorted.onSurfaceCreated(mView.getContext());
122 122
        }
123 123
      catch(Exception ex)
124 124
        {

Also available in: Unified diff