summaryrefslogtreecommitdiffstats
path: root/src/demos/es1
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-28 17:54:31 +0200
committerSven Gothel <[email protected]>2010-05-28 17:54:31 +0200
commit7bf502292901259eef302ef23b5c558b80f6b3f8 (patch)
treedfd232ba540b2c734995fa1a932f1c094e265b9d /src/demos/es1
parent49b453135a64ad944eac2d4bebcb0fbb2fac5494 (diff)
Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021e
Diffstat (limited to 'src/demos/es1')
-rwxr-xr-xsrc/demos/es1/RedSquare.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es1/RedSquare.java b/src/demos/es1/RedSquare.java
index c7ad8bc..3b6168a 100755
--- a/src/demos/es1/RedSquare.java
+++ b/src/demos/es1/RedSquare.java
@@ -169,7 +169,7 @@ public class RedSquare extends Thread implements WindowListener, KeyListener, Mo
try {
System.out.println("SHUTDOWN "+Thread.currentThread()+" START");
// Shut things down cooperatively
- window.destroy();
+ window.destroy(true);
window = null;
if(null!=nWindow) {
nWindow.destroy(true);