mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-01 01:34:17 +00:00
engine: client: fix mouse cursor being hidden in background map
This commit is contained in:
parent
7b74015c4d
commit
42740149ac
@ -177,7 +177,7 @@ void IN_ToggleClientMouse( int newstate, int oldstate )
|
||||
// since SetCursorType controls cursor visibility
|
||||
// execute it first, and then check mouse grab state
|
||||
if(( newstate == key_menu || newstate == key_console || newstate == key_message ) &&
|
||||
( !CL_IsBackgroundMap() || CL_IsBackgroundDemo( )))
|
||||
( CL_IsBackgroundMap() || CL_IsBackgroundDemo( )))
|
||||
{
|
||||
Platform_SetCursorType( dc_arrow );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user