Merge branch 'master' of https://github.com/FWGS/xash3d-fwgs into switch_newer

This commit is contained in:
fgsfds
2023-02-07 17:14:47 +01:00
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -343,12 +343,10 @@ void Platform_SetCursorType( VGUI_DefaultCursor type )
{
SDL_SetCursor( cursors.cursors[type] );
SDL_ShowCursor( true );
Key_EnableTextInput( true, false );
}
else
{
SDL_ShowCursor( false );
Key_EnableTextInput( false, false );
}
#else
if( host.mouse_visible )