From 6a49f3a83e2a2ac9663a391938d01bc35937ae14 Mon Sep 17 00:00:00 2001 From: notmatthewbeshay <92357869+NotMachow@users.noreply.github.com> Date: Sat, 14 Mar 2026 23:28:41 +1100 Subject: [PATCH] Fix broken renderDebug block in run_middle --- Minecraft.Client/Minecraft.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index 1da02748b..939e04509 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -2039,10 +2039,6 @@ void Minecraft::run_middle() { } */ - if (options->renderDebug) - { - //renderFpsMeter(tickDuraction); - /* 4J - removed if (!Display::isActive()) {