summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2025-03-08 17:45:22 -0600
committerKiritoDv <kiritodev01@gmail.com>2025-03-08 17:45:22 -0600
commit75a018f9299c3746f8e46b54ccb0f197015c5bcb (patch)
tree066c2c2973185e34ad57db5faeb2d807cc9c0a51 /src/engine
parent4267df2e2075a3260628d15005ca916e8e930fe9 (diff)
Fixed hd texture scroll
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/fox_std_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/fox_std_lib.c b/src/engine/fox_std_lib.c
index baeca62f..b67b2c1d 100644
--- a/src/engine/fox_std_lib.c
+++ b/src/engine/fox_std_lib.c
@@ -80,6 +80,8 @@ void Lib_Texture_Scroll(u16* texture, s32 width, s32 height, u8 mode) {
}
break;
}
+
+ gSPInvalidateTexCache(gMasterDisp++, pixel);
}
} else {
u16* pixel = SEGMENTED_TO_VIRTUAL(texture);