Merge pull request #257 from TheComputerGuy96/fix/iggy-check
Some checks are pending
Publish Documentation / build (push) Waiting to run
Publish Documentation / deploy (push) Blocked by required conditions
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
Clang Format / clang-format (push) Waiting to run

Minecraft::run_middle: Don't use non-Iggy codepath on Iggy
This commit is contained in:
Tropical 2026-03-15 23:50:14 -05:00 committed by GitHub
commit 9748827f72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.