From 32affed49d90f888b0d073f08b5784aa349f481c Mon Sep 17 00:00:00 2001 From: "Echo J." Date: Mon, 16 Mar 2026 04:18:16 +0000 Subject: [PATCH] Minecraft::run_middle: Don't use non-Iggy codepath on Iggy --- Minecraft.Client/Minecraft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Minecraft.cpp b/Minecraft.Client/Minecraft.cpp index 5d804d22d..00538c371 100644 --- a/Minecraft.Client/Minecraft.cpp +++ b/Minecraft.Client/Minecraft.cpp @@ -1986,7 +1986,7 @@ void Minecraft::run_middle() { } } -#ifdef _ENABLEIGGY +#ifndef _ENABLEIGGY // On Linux, Iggy Flash UI is not available. If no players were // rendered (menu / title-screen state), call GameRenderer // directly so mc->screen draws.