summaryrefslogtreecommitdiff
path: root/src/racing
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-03-09 18:43:17 -0600
committerGitHub <noreply@github.com>2026-03-09 18:43:17 -0600
commitd16bdd75b1ccb8a5dfd078a4adf210a32256d271 (patch)
treee5f702099e119dad5557b70d6f7583b029f6fd33 /src/racing
parent132357d9fb50d7962518e10b22db358c85d87ba5 (diff)
Fix Palm Tree Interp (#675)
* Update actors.c * Update actors.c * Update SkyCloud.cpp * Update render_objects.c
Diffstat (limited to 'src/racing')
-rw-r--r--src/racing/actors.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/racing/actors.c b/src/racing/actors.c
index 5482a08ec..e24b53442 100644
--- a/src/racing/actors.c
+++ b/src/racing/actors.c
@@ -568,6 +568,7 @@ void render_cows(Camera* camera, Mat4 arg1) {
break;
}
} else {
+ FrameInterpolation_RecordCloseChild();
return;
}
@@ -691,6 +692,7 @@ void render_palm_trees(Camera* camera, Mat4 arg1) {
if (test == 6) {
mtxf_pos_rotation_xyz(sp90, spD4, sp88);
if (!(gMatrixObjectCount < MTX_OBJECT_POOL_SIZE)) {
+ FrameInterpolation_RecordCloseChild();
break;
}
render_set_position(sp90, 0);
@@ -718,6 +720,7 @@ void render_palm_trees(Camera* camera, Mat4 arg1) {
break;
}
} else {
+ FrameInterpolation_RecordCloseChild();
break;
}
var_s1++;