diff --git a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp index dc03371ea..1db7f5165 100644 --- a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp +++ b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp @@ -592,12 +592,12 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) } } } - return DefWindowProc(hWnd, message, wParam, lParam); + break; case WM_SIZE: { UpdateAspectRatio(LOWORD(lParam), HIWORD(lParam)); } - break; + break; default: return DefWindowProc(hWnd, message, wParam, lParam); }