summaryrefslogtreecommitdiff
path: root/src/code/z_parameter.c
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-08 19:00:32 -0500
committerGitHub <noreply@github.com>2025-02-08 19:00:32 -0500
commit03a26122463a80e2db8fb42aa837b0d0dc7cd194 (patch)
treecdf112d6598a9b3a238eef0b42a8ce1587c4be8c /src/code/z_parameter.c
parent924d8e81b9ec84145ef2910d1566ea1b2dc16bdb (diff)
Rename gMtx(F)Clear to gIdentityMtx(F) (#2458)
Diffstat (limited to 'src/code/z_parameter.c')
-rw-r--r--src/code/z_parameter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c
index 5b0629047..91225aae2 100644
--- a/src/code/z_parameter.c
+++ b/src/code/z_parameter.c
@@ -3429,7 +3429,7 @@ void Interface_Draw(PlayState* play) {
gSPSegment(OVERLAY_DISP++, 0x08, pauseCtx->iconItemSegment);
Gfx_SetupDL_42Overlay(play->state.gfxCtx);
gDPSetCombineMode(OVERLAY_DISP++, G_CC_MODULATERGBA_PRIM, G_CC_MODULATERGBA_PRIM);
- gSPMatrix(OVERLAY_DISP++, &gMtxClear, G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_MODELVIEW);
+ gSPMatrix(OVERLAY_DISP++, &gIdentityMtx, G_MTX_NOPUSH | G_MTX_LOAD | G_MTX_MODELVIEW);
// PAUSE_CURSOR_QUAD_4
pauseCtx->cursorVtx[16].v.ob[0] = pauseCtx->cursorVtx[18].v.ob[0] = pauseCtx->equipAnimX / 10;