diff options
Diffstat (limited to 'src/demos/es2/openmax/Cube.java')
-rw-r--r-- | src/demos/es2/openmax/Cube.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demos/es2/openmax/Cube.java b/src/demos/es2/openmax/Cube.java index edcfba0..a6dfc53 100644 --- a/src/demos/es2/openmax/Cube.java +++ b/src/demos/es2/openmax/Cube.java @@ -342,7 +342,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(); |