summaryrefslogtreecommitdiffstats
path: root/src/demos/es2/openmax/Cube.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/es2/openmax/Cube.java')
-rw-r--r--src/demos/es2/openmax/Cube.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es2/openmax/Cube.java b/src/demos/es2/openmax/Cube.java
index db09a06..51578dd 100644
--- a/src/demos/es2/openmax/Cube.java
+++ b/src/demos/es2/openmax/Cube.java
@@ -93,7 +93,7 @@ public class Cube implements GLEventListener {
}
public void init(GLAutoDrawable drawable) {
- GL2ES1 gl = FixedFuncUtil.getFixedFuncImpl(drawable.getGL());
+ GL2ES1 gl = FixedFuncUtil.wrapFixedFuncEmul(drawable.getGL());
glu = GLU.createGLU();