mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
removed comment
This commit is contained in:
parent
aa00b2dd40
commit
434d04eca7
|
|
@ -845,7 +845,7 @@ void UIController::tickInput()
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (hitObject != IGGY_FOCUS_NULL && hitObject != currentFocus) // <-- THE FIX
|
||||
if (hitObject != IGGY_FOCUS_NULL && hitObject != currentFocus)
|
||||
{
|
||||
IggyPlayerSetFocusRS(movie, hitObject, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue