mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(gx): correct stub handler for WM_SIZING in d3d backend
This commit is contained in:
parent
7bda95494d
commit
de0050d111
@ -350,7 +350,7 @@ LRESULT CGxDeviceD3d::WindowProcD3d(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
|
|||||||
case WM_SIZING: {
|
case WM_SIZING: {
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
break;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user