Fix planet texture scroll cache

This commit is contained in:
Sonic Dreamcaster 2025-05-16 01:40:54 -03:00
parent 93ce49e48e
commit d35f0ee264
1 changed files with 1 additions and 0 deletions

View File

@ -2075,6 +2075,7 @@ void Map_Texture_Sphere(u8* textureDest, u8* textureSrc, f32* offset) {
if (*offset > 95.0f) {
*offset = 0.0f;
}
gSPInvalidateTexCache(gMasterDisp++, NULL);
}
void Map_Prologue_Update(void) {