Fixed cursor decrement

This commit is contained in:
RGreenlees 2023-09-11 08:00:52 +01:00 committed by pierow
parent 9c6f780336
commit c95aa67ca9

View file

@ -2246,11 +2246,11 @@ void AvHHud::ResetComponentsForUser3()
if (SDL_GetRelativeMouseMode() != SDL_TRUE)
{
SDL_SetRelativeMouseMode(SDL_TRUE);
#ifdef WIN32
ShowCursor(TRUE);
#endif
}
}
#ifdef WIN32
ShowCursor(TRUE);
#endif
}
else
{