summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-17 03:54:57 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-17 03:54:57 -0300
commit603a9779621c33f5b7b838473c4181783baafd1f (patch)
tree1beef96714c36018238309088c69902dd655a7f7 /src
parent19d29604c094450a3a62f334db5b335322fd4b44 (diff)
parent41dcadce4229eae4f0f9ec9b9eefed4399731fe1 (diff)
Merge branch 'frameinterpolation' of https://github.com/HarbourMasters/SpaghettiKart into frameinterpolation
Diffstat (limited to 'src')
-rw-r--r--src/actors/falling_rock/render.inc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actors/falling_rock/render.inc.c b/src/actors/falling_rock/render.inc.c
index 54f85bf06..cc6f0592b 100644
--- a/src/actors/falling_rock/render.inc.c
+++ b/src/actors/falling_rock/render.inc.c
@@ -45,14 +45,12 @@ void render_actor_falling_rock(Camera* camera, struct FallingRock* rock) {
sp98[1] = 0;
sp98[2] = 0;
sp8C[1] = height + 2.0f;
- FrameInterpolation_RecordMatrixPush(mtx);
mtxf_pos_rotation_xyz(mtx, sp8C, sp98);
if (render_set_position(mtx, 0) == 0) {
return;
}
gSPDisplayList(gDisplayListHead++, d_course_choco_mountain_dl_6F88);
- FrameInterpolation_RecordMatrixPop(mtx);
}
}