From ae1ca3f2cae849f5e5a44538284082e861a98de1 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 23 Nov 2010 05:07:51 +0100 Subject: Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187 --- src/demos/es2/RedSquare.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/demos/es2/RedSquare.java') diff --git a/src/demos/es2/RedSquare.java b/src/demos/es2/RedSquare.java index ec126db..54c44eb 100755 --- a/src/demos/es2/RedSquare.java +++ b/src/demos/es2/RedSquare.java @@ -146,10 +146,10 @@ public class RedSquare extends Thread implements WindowListener, KeyListener, Mo public void shutdown() { try { // Shut things down cooperatively - window.destroy(true); + window.destroy(); window = null; if(null!=nWindow) { - nWindow.destroy(true); + nWindow.destroy(); nWindow=null; } System.out.println("SHUTDOWN "+Thread.currentThread()+" cleanly"); -- cgit v1.2.3