Minecraft::run_middle: Don't use non-Iggy codepath on Iggy

This commit is contained in:
Echo J. 2026-03-16 04:18:16 +00:00
parent 8ef0e9572b
commit 32affed49d

View file

@ -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.