diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2026-02-07 12:50:06 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2026-02-07 12:50:06 -0300 |
| commit | 5019c5a644bfe6b104531723e6abe6b0d6743ede (patch) | |
| tree | 29da5a91aa354ab6a13b0218f6272a4365750a18 /src/engine | |
| parent | d2ae1bae4a37173a712ccd7ca8f990afdf464adb (diff) | |
Fix EdgeArrows texture scrolling
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/fox_hud.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/fox_hud.c b/src/engine/fox_hud.c index e31a1f40..19a300fc 100644 --- a/src/engine/fox_hud.c +++ b/src/engine/fox_hud.c @@ -2718,6 +2718,7 @@ void HUD_Texture_Scroll(u8* texturePtr, s32 xPos, s32 yPos, u8 type) { default: break; } + gSPInvalidateTexCache(gMasterDisp++, texture); } void HUD_Texture_Wave(u16* srcTexture, u16* dstTexture) { |
