mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-30 23:10:14 -05:00
Invalidate text box icon before drawing (#607)
This commit is contained in:
parent
c78d2828a7
commit
1c9195373d
@ -543,6 +543,7 @@ void Message_DrawTextboxIcon(GlobalContext* globalCtx, Gfx** p, s16 x, s16 y) {
|
||||
s16 envG;
|
||||
s16 envB;
|
||||
u8* iconTexture = font->iconBuf;
|
||||
gSPInvalidateTexCache(gfx++, iconTexture);
|
||||
|
||||
if (sTextIsCredits) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user