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;
|
||||
}
|
||||
#else
|
||||
r.right += r.left;
|
||||
r.bottom += r.top;
|
||||
r.right -= r.left;
|
||||
r.bottom -= r.top;
|
||||
r.left = r.top = 0;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user