mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-09 18:17:13 +00:00
Minecraft::run_middle: Don't use non-Iggy codepath on Iggy
This commit is contained in:
parent
8ef0e9572b
commit
32affed49d
|
|
@ -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