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:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user