mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-16 15:20:11 -05:00
Removed DirtyDirectory on kaleido
This commit is contained in:
parent
60cbfd67be
commit
73194eee14
@ -1619,9 +1619,9 @@ void KaleidoScope_DrawInfoPanel(GlobalContext* globalCtx) {
|
|||||||
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
|
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gSPDisplayList(POLY_KAL_DISP++, gLButtonIconDL);
|
gSPDisplayList(POLY_KAL_DISP++, gLButtonIconDL);
|
||||||
|
|
||||||
if (CVar_GetS32("gUniformLR", 0) == 0) { //Restore the misplace gDPSetPrimColor
|
if (CVar_GetS32("gUniformLR", 0) == 0) { //Restore the misplace gDPSetPrimColor
|
||||||
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
|
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
|
||||||
}
|
}
|
||||||
@ -3990,8 +3990,6 @@ void KaleidoScope_Update(GlobalContext* globalCtx)
|
|||||||
R_UPDATE_RATE = 3;
|
R_UPDATE_RATE = 3;
|
||||||
R_PAUSE_MENU_MODE = 0;
|
R_PAUSE_MENU_MODE = 0;
|
||||||
|
|
||||||
ResourceMgr_DirtyDirectory("textures/icon_item_24_static*");
|
|
||||||
ResourceMgr_DirtyDirectory("textures/icon_item_static*");
|
|
||||||
CVar_SetS32("gPauseTriforce", 0);
|
CVar_SetS32("gPauseTriforce", 0);
|
||||||
|
|
||||||
func_800981B8(&globalCtx->objectCtx);
|
func_800981B8(&globalCtx->objectCtx);
|
||||||
|
Loading…
Reference in New Issue
Block a user