summaryrefslogtreecommitdiffstats
path: root/src/demos/gears/Gears.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-06-03 19:59:19 +0000
committerSven Gothel <[email protected]>2009-06-03 19:59:19 +0000
commita1c838f382cef1c0fac5ec291f74e71cf791f8be (patch)
treefbe6dd9a9e6fa9264b2c304984eebe77377c1117 /src/demos/gears/Gears.java
parent77a86250f12bd026c0fac6ba6cd6ff3f196f1d95 (diff)
Fixes against JOGL2 revision 1922 - Multi GL Profiles, plus setenv scripts
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/branches/JOGL_2_SANDBOX@338 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'src/demos/gears/Gears.java')
-rw-r--r--src/demos/gears/Gears.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/gears/Gears.java b/src/demos/gears/Gears.java
index 2107014..aff336a 100644
--- a/src/demos/gears/Gears.java
+++ b/src/demos/gears/Gears.java
@@ -67,7 +67,7 @@ public class Gears implements GLEventListener, MouseListener, MouseMotionListene
System.err.println("INIT GL IS: " + gl.getClass().getName());
- System.err.println("Chosen GLCapabilities: " + drawable.getChosenGLCapabilities());
+ System.err.println("Chosen GLCapabilities: " + drawable.getGLCapabilities());
gl.setSwapInterval(1);