further fix mouse visibility

This commit is contained in:
Ricardo Luís Vaz Silva 2024-04-10 16:02:38 -03:00 committed by Christoph Oelckers
parent 97effb9047
commit f0b96bff00

View file

@ -297,6 +297,12 @@ void I_CheckNativeMouse(bool preferNative, bool eventhandlerresult)
{
BlockMouseMove = 3;
Mouse->Ungrab();
if(!mouse_shown)
{
ShowCursor(true);
mouse_shown = true;
}
}
else
{