removed comment

This commit is contained in:
Devlrxxh 2026-03-06 14:58:17 +01:00
parent aa00b2dd40
commit 434d04eca7

View file

@ -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);
}