1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-13 16:44:50 +02:00

#15 WIN fix window size

This commit is contained in:
XProger
2019-01-27 21:06:38 +03:00
parent 697213f409
commit a9466b1aae

View File

@@ -735,8 +735,8 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
r.bottom += oy; r.bottom += oy;
} }
#else #else
r.right += r.left; r.right -= r.left;
r.bottom += r.top; r.bottom -= r.top;
r.left = r.top = 0; r.left = r.top = 0;
#endif #endif