summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/MiscBehavior/KaleidoItemPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mm/2s2h/Rando/MiscBehavior/KaleidoItemPage.cpp')
-rw-r--r--mm/2s2h/Rando/MiscBehavior/KaleidoItemPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/MiscBehavior/KaleidoItemPage.cpp b/mm/2s2h/Rando/MiscBehavior/KaleidoItemPage.cpp
index 79f49dec9..35a2c3afb 100644
--- a/mm/2s2h/Rando/MiscBehavior/KaleidoItemPage.cpp
+++ b/mm/2s2h/Rando/MiscBehavior/KaleidoItemPage.cpp
@@ -183,7 +183,7 @@ void DrawItemCycleExtras(PlayState* play, u8 slot, u8 canCycle, u8 leftItem, u8
Matrix_Scale(finalScale, finalScale, 1.0f, MTXMODE_APPLY);
}
- MATRIX_FINALIZE_AND_LOAD(POLY_OPA_DISP++, gPlayState->state.gfxCtx);
+ MATRIX_FINALIZE_AND_LOAD(POLY_OPA_DISP++, play->state.gfxCtx);
// Render A button indicator when hovered and not cycling
if (!isCycling && sCycleActiveAnimTimer == 0 && pauseCtx->cursorSlot[PAUSE_ITEM] == slot &&