fix(gx): correct stub handler for WM_SIZING in d3d backend

This commit is contained in:
fallenoak 2023-03-14 16:24:35 -05:00
parent 7bda95494d
commit de0050d111

View File

@ -350,7 +350,7 @@ LRESULT CGxDeviceD3d::WindowProcD3d(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM
case WM_SIZING: {
// TODO
break;
return 1;
}
default: