mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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
|
// On Linux, Iggy Flash UI is not available. If no players were
|
||||||
// rendered (menu / title-screen state), call GameRenderer
|
// rendered (menu / title-screen state), call GameRenderer
|
||||||
// directly so mc->screen draws.
|
// directly so mc->screen draws.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue