removed GLProfile.shutdown() call, JOGL does it automatically

This commit is contained in:
codeanticode
2014-04-01 11:33:27 -04:00
parent f08481924e
commit cd8666ca2b
-1
View File
@@ -430,7 +430,6 @@ public class PJOGL extends PGL {
} else if (canvasNEWT != null) {
windowNEWT.removeGLEventListener(listener);
}
GLProfile.shutdown();
}