mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 01:55:21 +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: {
|
||||
// TODO
|
||||
|
||||
break;
|
||||
return 1;
|
||||
}
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user