Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a (hacky) fix for a Java Swing/AWT + GLFW interaction issue… (#968
) * Added a (hacky) fix for a Java Swing/AWT + GLFW interaction issue… … on Linux. * Added a proper comment * Added an extra call to System.gc() as recommendation from lwjgl’s @Spasi "Run System.gc(), at least two times. Not sure how AWT handles native resources, maybe there’s a finalizable/PhantomRef-ed resource that is not released immediately, but a subsequent GC triggers a (too late) free. "
- Loading branch information