diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2026-03-09 18:43:17 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-09 18:43:17 -0600 |
| commit | d16bdd75b1ccb8a5dfd078a4adf210a32256d271 (patch) | |
| tree | e5f702099e119dad5557b70d6f7583b029f6fd33 /src/racing | |
| parent | 132357d9fb50d7962518e10b22db358c85d87ba5 (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.c | 3 |
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++; |
