Win32: fix crash on application exit.

pull/339/head
whitequark 2018-07-18 03:07:48 +00:00
parent 5853fa0421
commit 22a9705a21
1 changed files with 0 additions and 1 deletions

View File

@ -710,7 +710,6 @@ public:
}
case WM_CLOSE:
case WM_DESTROY:
if(window->onClose) {
window->onClose();
}