alejzeis/mango-engine

Window not responding to closes at times

Closed this issue · 1 comments

Sometimes when running the application and attempting to close it via the X, the window does not respond and will not close. It appears that the delegate at line 147 of gl_window.d (As of commit 1c4e905 on branch new-structure) is not being called. This is strange as the delegate is supposedly executed in the main thread.

Fixed as of commit c3e014d.