mirror of
https://github.com/RSDKModding/Sonic-Mania-Decompilation.git
synced 2024-12-04 03:50:44 +00:00
fix itembox content render
This commit is contained in:
parent
717580bb0c
commit
57f370b6bd
@ -1205,6 +1205,7 @@ void ItemBox_EditorDraw(void)
|
||||
self->inkEffect = INK_ALPHA;
|
||||
self->alpha = self->hidden ? 0x80 : 0x100;
|
||||
|
||||
RSDK.SetSpriteAnimation(ItemBox->aniFrames, 2, &self->contentsAnimator, true, self->type);
|
||||
RSDK.DrawSprite(&self->boxAnimator, NULL, false);
|
||||
RSDK.DrawSprite(&self->contentsAnimator, &self->contentsPos, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user