diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-03-11 23:28:04 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-03-11 23:28:04 -0300 |
| commit | c057aef555f133d217e879909ea1566f1fb3922c (patch) | |
| tree | 36b1f08ff94d5603d32e95c1581601211041334c /src/engine | |
| parent | d99dd119ab6f084e527814e28e41d3ba04785088 (diff) | |
fix crash in corneria
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/fox_std_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/fox_std_lib.c b/src/engine/fox_std_lib.c index b67b2c1d..b4f96e5f 100644 --- a/src/engine/fox_std_lib.c +++ b/src/engine/fox_std_lib.c @@ -192,7 +192,7 @@ void Lib_Texture_Mottle(u16* dst, u16* src, u8 mode) { break; } - gSPInvalidateTexCache(gMasterDisp++, dst8); + gSPInvalidateTexCache(gMasterDisp++, dst); } s32 Animation_GetLimbIndex(Limb* limb, Limb** skeleton) { |
