Uncomment the last gSPPopMatrix in render_hud_cannon_reticle (#351)

This commit is contained in:
Arceveti
2022-03-15 14:38:38 -07:00
committed by GitHub
parent 33b2a07759
commit 8cfd9af4ee

View File

@@ -1448,7 +1448,7 @@ void render_hud_cannon_reticle(void) {
gSPDisplayList(gDisplayListHead++, dl_draw_triangle);
gSPPopMatrix(gDisplayListHead++, G_MTX_MODELVIEW);
// gSPPopMatrix(gDisplayListHead++, G_MTX_MODELVIEW);
gSPPopMatrix(gDisplayListHead++, G_MTX_MODELVIEW);
}
void reset_red_coins_collected(void) {