summaryrefslogtreecommitdiffstats
path: root/src/demos/es1/cube
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-04-24 05:13:37 +0200
committerSven Gothel <[email protected]>2010-04-24 05:13:37 +0200
commitec32272ad1d5ce2509f0907792a411446acca30d (patch)
tree85d1762019f8e66684a8ed7090688e88f4e4fb38 /src/demos/es1/cube
parent0cd9dad723fb1eae0b30bab9f36318bbd0f2ee3d (diff)
Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3f
Diffstat (limited to 'src/demos/es1/cube')
-rw-r--r--src/demos/es1/cube/Cube.java1
-rw-r--r--src/demos/es1/cube/CubeImmModeSink.java1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/demos/es1/cube/Cube.java b/src/demos/es1/cube/Cube.java
index f1af890..95c9514 100644
--- a/src/demos/es1/cube/Cube.java
+++ b/src/demos/es1/cube/Cube.java
@@ -349,7 +349,6 @@ public class Cube implements GLEventListener {
// Shut things down cooperatively
window.destroy();
- window.getFactory().shutdown();
System.out.println("Cube shut down cleanly.");
} catch (Throwable t) {
t.printStackTrace();
diff --git a/src/demos/es1/cube/CubeImmModeSink.java b/src/demos/es1/cube/CubeImmModeSink.java
index 34ae022..584a7f2 100644
--- a/src/demos/es1/cube/CubeImmModeSink.java
+++ b/src/demos/es1/cube/CubeImmModeSink.java
@@ -416,7 +416,6 @@ public class CubeImmModeSink implements GLEventListener {
// Shut things down cooperatively
window.destroy();
- window.getFactory().shutdown();
System.out.println("CubeImmModeSink shut down cleanly.");
} catch (Throwable t) {
t.printStackTrace();