Removed DirtyDirectory on kaleido

This commit is contained in:
KiritoDev 2022-04-27 22:27:54 -05:00 committed by Kenix3
parent 60cbfd67be
commit 73194eee14
1 changed files with 2 additions and 4 deletions

View File

@ -1619,9 +1619,9 @@ void KaleidoScope_DrawInfoPanel(GlobalContext* globalCtx) {
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
}
}
gSPDisplayList(POLY_KAL_DISP++, gLButtonIconDL);
if (CVar_GetS32("gUniformLR", 0) == 0) { //Restore the misplace gDPSetPrimColor
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
}
@ -3990,8 +3990,6 @@ void KaleidoScope_Update(GlobalContext* globalCtx)
R_UPDATE_RATE = 3;
R_PAUSE_MENU_MODE = 0;
ResourceMgr_DirtyDirectory("textures/icon_item_24_static*");
ResourceMgr_DirtyDirectory("textures/icon_item_static*");
CVar_SetS32("gPauseTriforce", 0);
func_800981B8(&globalCtx->objectCtx);