diff --git a/Minecraft.Client/Common/UI/UIController.cpp b/Minecraft.Client/Common/UI/UIController.cpp index c6e80aeda..333720dec 100644 --- a/Minecraft.Client/Common/UI/UIController.cpp +++ b/Minecraft.Client/Common/UI/UIController.cpp @@ -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); }