summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-07-31 20:47:51 +0200
committerSven Gothel <[email protected]>2011-07-31 20:47:51 +0200
commit97578d35bc6acb686cd2a7e32148218e1aed0a38 (patch)
tree0606507ba10a2d0c8e4796298a76f5dc2545a05c /src
parentc50e9ccad092398bd45a437bb572edf32c9bb364 (diff)
ES1 Gears: Don't force fixed function emulation
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/GearsGL2ES1.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/GearsGL2ES1.java b/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/GearsGL2ES1.java
index 91cbeffa5..a0372581d 100644
--- a/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/GearsGL2ES1.java
+++ b/src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2es1/gears/GearsGL2ES1.java
@@ -54,7 +54,7 @@ public class GearsGL2ES1 implements GLEventListener {
// drawable.setGL(new DebugGL(drawable.getGL()));
GL _gl = drawable.getGL();
- GL2ES1 gl = FixedFuncUtil.wrapFixedFuncEmul(_gl, true);
+ GL2ES1 gl = FixedFuncUtil.wrapFixedFuncEmul(_gl/*, true*/);
System.err.println("Chosen GLCapabilities: " + drawable.getChosenGLCapabilities());
System.err.println("INIT GL IS: " + gl.getClass().getName());