mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-03 01:22:53 +00:00
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
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:
commit
9748827f72
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue