source/Platform/Win32/Win32Display.cpp: don't call destroy() on WM_DESTROY as the window is already destroyed if we get this event.
This commit is contained in:
parent
2da0f7e712
commit
5d433a7b80
1 changed files with 0 additions and 1 deletions
|
|
@ -292,7 +292,6 @@ void Win32Display::processMessage(UINT message, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
break;
|
||||
case WM_DESTROY :
|
||||
destroy();
|
||||
PostQuitMessage(0);
|
||||
break;
|
||||
case WM_SETFOCUS :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue