mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Cleaning up some leftovers
This commit is contained in:
parent
2ae2d9ff1b
commit
e818da701a
|
|
@ -2352,10 +2352,6 @@ void Minecraft::tick(bool bFirst, bool bUpdateTextures)
|
||||||
#ifdef _WINDOWS64
|
#ifdef _WINDOWS64
|
||||||
if (!g_KBMInput.IsMouseGrabbed() && g_KBMInput.IsWindowFocused())
|
if (!g_KBMInput.IsMouseGrabbed() && g_KBMInput.IsWindowFocused())
|
||||||
{
|
{
|
||||||
g_KBMInput.SetMouseGrabbed(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (screen == NULL && !g_KBMInput.IsMouseGrabbed() && g_KBMInput.IsWindowFocused()) {
|
|
||||||
g_KBMInput.SetMouseGrabbed(true);
|
g_KBMInput.SetMouseGrabbed(true);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue