summaryrefslogtreecommitdiffstats
path: root/src/demos/applets/JOGLNewtApplet1Run.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/demos/applets/JOGLNewtApplet1Run.java')
-rwxr-xr-xsrc/demos/applets/JOGLNewtApplet1Run.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/applets/JOGLNewtApplet1Run.java b/src/demos/applets/JOGLNewtApplet1Run.java
index 936e7b9..0a5311b 100755
--- a/src/demos/applets/JOGLNewtApplet1Run.java
+++ b/src/demos/applets/JOGLNewtApplet1Run.java
@@ -86,7 +86,7 @@ public class JOGLNewtApplet1Run extends Applet {
glWindow.setVisible(false); // hide 1st
glWindow.reparentWindow(null); // get out of newtCanvasAWT
this.remove(newtCanvasAWT); // remove newtCanvasAWT
- base.destroy(true); // destroy glWindow unrecoverable
+ base.destroy(); // destroy glWindow unrecoverable
base=null;
}
}