mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-27 04:21:42 +00:00
Make sure djui isn't affected by mods that change settings out of HOOK_ON_RENDER
This commit is contained in:
parent
2048c8a164
commit
97d48d3278
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ static void djui_reset_hud_params(void) {
|
|||
|
||||
void djui_render(void) {
|
||||
if (gDjuiDisabled) { return; }
|
||||
djui_reset_hud_params();
|
||||
|
||||
sSavedDisplayListHead = gDisplayListHead;
|
||||
gDjuiHudUtilsZ = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue