mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 13:00:11 -07:00
Invalidate text box icon before drawing (#607)
This commit is contained in:
parent
c78d2828a7
commit
1c9195373d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue