diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-03-06 01:14:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-06 01:14:44 -0700 |
| commit | 25d49df90fe1ab2c95c962d45ef146cb5cf0c794 (patch) | |
| tree | e74caf587e90be8467ba806ed5642746db7b9a66 /src/engine/PlayerBombKart.h | |
| parent | 89cd738955bf4cbbcb3f50c4a678b8baeeb75bcb (diff) | |
More Interp Fixes (#673)
* Update render_player.c
* Update render.inc.c
* Update render.inc.c
* Fix kart interp
* Remove feature
* Fix error
Diffstat (limited to 'src/engine/PlayerBombKart.h')
| -rw-r--r-- | src/engine/PlayerBombKart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/PlayerBombKart.h b/src/engine/PlayerBombKart.h index eb10bc856..a2b77c311 100644 --- a/src/engine/PlayerBombKart.h +++ b/src/engine/PlayerBombKart.h @@ -30,7 +30,7 @@ public: void func_800563DC(s32 cameraId, s32 arg2); void func_800562E4(s32 cameraId, s32 arg0, s32 arg1, s32 arg2, s32 id); void func_8005669C(s32 cameraId, s32 arg2); - void func_800568A0(s32 cameraId); + void LoadMtx(s32 cameraId); private: static u32 vec[3][3]; static size_t _count; |
