mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 14:41:55 +00:00
Menus: Fix the cursor being affected by viewport-annexing status bar sizes
git-svn-id: https://svn.eduke32.com/eduke32@7334 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
360ee42e0e
commit
f349dfdabf
1 changed files with 1 additions and 1 deletions
|
@ -6958,7 +6958,7 @@ void M_DisplayMenus(void)
|
|||
vec2_t cursorpos = m_mousepos;
|
||||
int32_t z = 65536;
|
||||
uint8_t p = CROSSHAIR_PAL;
|
||||
uint32_t o = 2;
|
||||
uint32_t o = 2|8;
|
||||
|
||||
auto const oyxaspect = yxaspect;
|
||||
int32_t alpha;
|
||||
|
|
Loading…
Reference in a new issue