You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/main/java/main/framework/Framework: stop the animator thread after user close the window
This change fixes the warning seen on Linux systems caused by system exit before JOGL have had the opportunity to properly closed the window after dispose. X11Util.Display: Shutdown (JVM shutdown: true, open (no close attempt): 2/2, reusable (open, marked uncloseable): 0, pending (open in creation order): 2) X11Util: Open X11 Display Connections: 2 X11Util: Open[0]: NamedX11Display[:0, 0x7f1f08004b30, refCount 1, unCloseable false] X11Util: Open[1]: NamedX11Display[:0, 0x7f1f08017c80, refCount 1, unCloseable false] Signed-off-by: Xerxes Rånby <xerxes@gudinna.com>
0 commit comments