aboutsummaryrefslogtreecommitdiffstats
path: root/tools/jackpotc/test/oldgears/src/jogl111
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-06-11 00:13:03 +0200
committerSven Gothel <[email protected]>2010-06-11 00:13:03 +0200
commit856a6e9ff524692bb4e2ac7b2f754bc7fee5f849 (patch)
tree2c7f1a0d83daa51fd8bb41021f0e0f8db8fd68d4 /tools/jackpotc/test/oldgears/src/jogl111
parent302f183c4a659be9cedb5b6993ff78e7379d9cad (diff)
parenta2b89550a73adb8e103d13daf48abc2e37fcdedf (diff)
Merge branch 'master' of github.com:mbien/jogl
Diffstat (limited to 'tools/jackpotc/test/oldgears/src/jogl111')
-rw-r--r--tools/jackpotc/test/oldgears/src/jogl111/gears/Gears.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/jackpotc/test/oldgears/src/jogl111/gears/Gears.java b/tools/jackpotc/test/oldgears/src/jogl111/gears/Gears.java
index 8f2cb7441..37ca60c0c 100644
--- a/tools/jackpotc/test/oldgears/src/jogl111/gears/Gears.java
+++ b/tools/jackpotc/test/oldgears/src/jogl111/gears/Gears.java
@@ -1,4 +1,4 @@
-package jogl111.gears;
+package gears;
import java.awt.*;
import java.awt.event.*;
@@ -7,6 +7,8 @@ import javax.media.opengl.*;
import com.sun.opengl.util.*;
/**
+ * slightly modified Gears demo used as jackpot testing purposes.
+ * - - -
* Gears.java <BR>
* author: Brian Paul (converted to Java by Ron Cemer and Sven Goethel) <P>
*
@@ -49,7 +51,7 @@ public class Gears implements GLEventListener, MouseListener, MouseMotionListene
public void init(GLAutoDrawable drawable) {
// Use debug pipeline
- // drawable.setGL(new DebugGL(drawable.getGL()));
+ drawable.setGL(new DebugGL(drawable.getGL()));
GL gl = drawable.getGL();