engine: platform: sdl: SetCursorType shouldn't know about current game state
This commit is contained in:
parent
2d2523df4a
commit
d45e6e0ad1
1 changed files with 0 additions and 3 deletions
|
@ -319,9 +319,6 @@ void Platform_SetCursorType( VGUI_DefaultCursor type )
|
|||
return;
|
||||
#endif
|
||||
|
||||
if( cls.key_dest != key_game || cl.paused )
|
||||
return;
|
||||
|
||||
switch( type )
|
||||
{
|
||||
case dc_user:
|
||||
|
|
Loading…
Add table
Reference in a new issue