mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-14 09:27:16 +00:00
fix(jui): tick screen even if not ingame
required for title screen panorama
This commit is contained in:
parent
1d25dc9750
commit
0728ac8731
|
|
@ -1965,13 +1965,12 @@ void Minecraft::run_middle() {
|
|||
// clear the stored button downs since the tick for this
|
||||
// player will now have actioned them
|
||||
player->ullButtonsPressed = 0LL;
|
||||
} else if (screen != NULL) {
|
||||
screen->updateEvents();
|
||||
screen->tick();
|
||||
}
|
||||
}
|
||||
|
||||
if (screen != NULL) {
|
||||
screen->updateEvents();
|
||||
}
|
||||
|
||||
ui.HandleGameTick();
|
||||
|
||||
setLocalPlayerIdx(ProfileManager.GetPrimaryPad());
|
||||
|
|
|
|||
Loading…
Reference in a new issue