diff --git a/src/platform/win/main.cpp b/src/platform/win/main.cpp index cd2f60c..d22b8d1 100644 --- a/src/platform/win/main.cpp +++ b/src/platform/win/main.cpp @@ -735,8 +735,8 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi r.bottom += oy; } #else - r.right += r.left; - r.bottom += r.top; + r.right -= r.left; + r.bottom -= r.top; r.left = r.top = 0; #endif