mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-22 22:44:42 -04:00
Fix planet texture scroll cache
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user