mirror of
https://github.com/processing/processing4.git
synced 2026-02-15 19:35:37 +01:00
Added manual GLProfile shutdown to make sure that no JOGL threads are
left running.
This commit is contained in:
@@ -679,6 +679,7 @@ public class PGL {
|
||||
fboLayerCreated = false;
|
||||
fboLayerInUse = false;
|
||||
firstFrame = false;
|
||||
GLProfile.shutdown();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user