Forgot to rename the other reference

This commit is contained in:
JordanLongstaff 2025-12-09 09:32:39 -05:00
parent 0f5e2c468f
commit bc889e13f7
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ void EnMaruta_Draw(Actor* thisx, PlayState* play) {
if (this->shape == ENMARUTA_SHAPE_WHOLE) {
MATRIX_FINALIZE_AND_LOAD(POLY_OPA_DISP++, play->state.gfxCtx);
gSPDisplayList(POLY_OPA_DISP++, gPracticeLogWhole);
gSPDisplayList(POLY_OPA_DISP++, gPracticeLogWholeDL);
} else {
translate = sTranslationVectorsToRecoilAxis[this->shape];