Merge branch 'followers-expanded-id' into lighting-expanded-id
This commit is contained in:
commit
91f9ef0b4d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user