Merge branch 'followers-expanded-id' into lighting-expanded-id

This commit is contained in:
Ariel A 2025-01-29 23:13:27 -05:00
commit 91f9ef0b4d

View File

@ -2067,8 +2067,9 @@ static void RefreshFollowerGraphics(struct ObjectEvent *objEvent) {
sprite->y += -(graphicsInfo->height >> 1) - sprite->centerToCornerVecY;
}
if (OW_GFX_COMPRESS)
LoadSheetGraphicsInfo(graphicsInfo, objEvent->graphicsId, sprite);
#if OW_GFX_COMPRESS
LoadSheetGraphicsInfo(graphicsInfo, objEvent->graphicsId, sprite);
#endif
sprite->oam.shape = graphicsInfo->oam->shape;
sprite->oam.size = graphicsInfo->oam->size;