Win32: fix crash on application exit.

This commit is contained in:
whitequark 2018-07-18 03:07:48 +00:00
parent 5853fa0421
commit 22a9705a21

View File

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