summaryrefslogtreecommitdiffstats
path: root/src/demos/es2
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/es2
parent49b453135a64ad944eac2d4bebcb0fbb2fac5494 (diff)
Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021e
Diffstat (limited to 'src/demos/es2')
-rwxr-xr-xsrc/demos/es2/RedSquare.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/es2/RedSquare.java b/src/demos/es2/RedSquare.java
index 12b2a5a..980697d 100755
--- a/src/demos/es2/RedSquare.java
+++ b/src/demos/es2/RedSquare.java
@@ -144,7 +144,7 @@ public class RedSquare extends Thread implements WindowListener, KeyListener, Mo
public void shutdown() {
try {
// Shut things down cooperatively
- window.destroy();
+ window.destroy(true);
window = null;
if(null!=nWindow) {
nWindow.destroy(true);