From cd8666ca2b31f794effdc04005738a95213243e4 Mon Sep 17 00:00:00 2001 From: codeanticode Date: Tue, 1 Apr 2014 11:33:27 -0400 Subject: [PATCH] removed GLProfile.shutdown() call, JOGL does it automatically --- core/src/processing/opengl/PJOGL.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/processing/opengl/PJOGL.java b/core/src/processing/opengl/PJOGL.java index 7b890f474..ecd7250f7 100644 --- a/core/src/processing/opengl/PJOGL.java +++ b/core/src/processing/opengl/PJOGL.java @@ -430,7 +430,6 @@ public class PJOGL extends PGL { } else if (canvasNEWT != null) { windowNEWT.removeGLEventListener(listener); } - GLProfile.shutdown(); }