mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Win: Don't let OS destroy window. Fixes issue #162.
This commit is contained in:
parent
adce641d6a
commit
bb9a35e809
1 changed files with 2 additions and 1 deletions
|
@ -355,7 +355,8 @@ namespace entry
|
|||
{
|
||||
destroyWindow(findHandle(_hwnd) );
|
||||
}
|
||||
break;
|
||||
// Don't process message. Window will be destroyed later.
|
||||
return 0;
|
||||
|
||||
case WM_SIZING:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue