Fix spinlock on close when debug overlay is displayed on Windows #77
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix_overlay_crash_on_close"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use app->quit on main thread instead of oc_should_quit(), to ensure that runloop_thread always exits its event loop before main thread.
Closes #75