mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(gx): correct stub handler for WM_SIZING in d3d backend
This commit is contained in:
parent
7bda95494d
commit
de0050d111
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ LRESULT CGxDeviceD3d::WindowProcD3d(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
|
|||
case WM_SIZING: {
|
||||
// TODO
|
||||
|
||||
break;
|
||||
return 1;
|
||||
}
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue