summaryrefslogtreecommitdiffstats
path: root/src/demos/jgears
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/jgears')
-rw-r--r--src/demos/jgears/JGears.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/jgears/JGears.java b/src/demos/jgears/JGears.java
index 438789e..5cdcadc 100644
--- a/src/demos/jgears/JGears.java
+++ b/src/demos/jgears/JGears.java
@@ -36,7 +36,7 @@ public class JGears extends GLJPanel {
}
public JGears() {
- super(caps, new DefaultGLCapabilitiesChooser(), null);
+ super(caps, null, null);
addGLEventListener(new Gears());
try {
InputStream in = JGears.class.getClassLoader().getResourceAsStream("demos/data/images/java_logo.png");