mirror of
https://github.com/ENSL/NS.git
synced 2025-02-21 11:21:55 +00:00
Fixed cursor decrement
This commit is contained in:
parent
9c6f780336
commit
c95aa67ca9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue