From 434d04eca726dbcded0f67cc2112e9ba5d188583 Mon Sep 17 00:00:00 2001 From: Devlrxxh Date: Fri, 6 Mar 2026 14:58:17 +0100 Subject: [PATCH] removed comment --- Minecraft.Client/Common/UI/UIController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }