mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 19:16:18 +00:00
Merge pull request #232 from MatthewBeshay/fix/linux-iggy-intro-black-screen
Fix/linux iggy intro black screen
This commit is contained in:
commit
00c78bccbb
|
|
@ -2039,10 +2039,6 @@ void Minecraft::run_middle() {
|
|||
}
|
||||
*/
|
||||
|
||||
if (options->renderDebug)
|
||||
{
|
||||
//renderFpsMeter(tickDuraction);
|
||||
|
||||
/* 4J - removed
|
||||
if (!Display::isActive())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -41,6 +41,9 @@ void ConsoleUIController::render() {
|
|||
if (!gdraw_funcs) return;
|
||||
|
||||
gdraw_GL_SetTileOrigin(0, 0, 0);
|
||||
if (!app.GetGameStarted() && gdraw_funcs->ClearID) {
|
||||
gdraw_funcs->ClearID();
|
||||
}
|
||||
|
||||
// render
|
||||
renderScenes();
|
||||
|
|
@ -109,4 +112,4 @@ void ConsoleUIController::shutdown() {
|
|||
gdraw_funcs = nullptr;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue