diff options
author | Sven Gothel <[email protected]> | 2010-05-28 17:54:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-28 17:54:31 +0200 |
commit | 7bf502292901259eef302ef23b5c558b80f6b3f8 (patch) | |
tree | dfd232ba540b2c734995fa1a932f1c094e265b9d /src/demos/GLInfo.java | |
parent | 49b453135a64ad944eac2d4bebcb0fbb2fac5494 (diff) |
Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021e
Diffstat (limited to 'src/demos/GLInfo.java')
-rwxr-xr-x | src/demos/GLInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/GLInfo.java b/src/demos/GLInfo.java index 0d0c1e2..c968d67 100755 --- a/src/demos/GLInfo.java +++ b/src/demos/GLInfo.java @@ -82,7 +82,7 @@ public class GLInfo extends Thread implements GLEventListener { window.display(); // Shut things down cooperatively - window.destroy(); + window.destroy(true); System.out.println(glp+" GLInfo shut down cleanly."); } catch (Throwable t) { t.printStackTrace(); |