diff options
| author | sitton76 <58642183+sitton76@users.noreply.github.com> | 2025-05-17 03:06:29 -0500 |
|---|---|---|
| committer | sitton76 <58642183+sitton76@users.noreply.github.com> | 2025-05-17 03:06:29 -0500 |
| commit | c7f67eae75d03c8e05fc31e29a0a982ea82d77d2 (patch) | |
| tree | 6f91730933566db8a0b3671ce60e50703a952c51 /src/actors | |
| parent | 860539a81c80c2734720d67b1cec581a91e3f87f (diff) | |
Green shells tag, and added comments I neglected to add before.
Diffstat (limited to 'src/actors')
| -rw-r--r-- | src/actors/falling_rock/render.inc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/actors/falling_rock/render.inc.c b/src/actors/falling_rock/render.inc.c index cc6f0592b..9d50fd41c 100644 --- a/src/actors/falling_rock/render.inc.c +++ b/src/actors/falling_rock/render.inc.c @@ -59,6 +59,7 @@ void render_actor_falling_rock(Camera* camera, struct FallingRock* rock) { return; } gSPDisplayList(gDisplayListHead++, d_course_choco_mountain_dl_falling_rock); - FrameInterpolation_RecordCloseChild(); + // @port Pop the transform id. + FrameInterpolation_RecordCloseChild(); } |
