mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removed GLProfile.shutdown() call, JOGL does it automatically
This commit is contained in:
@@ -430,7 +430,6 @@ public class PJOGL extends PGL {
|
||||
} else if (canvasNEWT != null) {
|
||||
windowNEWT.removeGLEventListener(listener);
|
||||
}
|
||||
GLProfile.shutdown();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user