summaryrefslogtreecommitdiff
path: root/src/render_objects.c
diff options
context:
space:
mode:
authorsitton76 <58642183+sitton76@users.noreply.github.com>2025-05-20 00:16:00 -0500
committersitton76 <58642183+sitton76@users.noreply.github.com>2025-05-20 00:16:00 -0500
commitc3c38b05fef78d81fc5031936f6feafe71fab54a (patch)
treed49c86aabca31eab8c493a1650b2720605f14cf4 /src/render_objects.c
parent140aa9014dd59419545668bba3f7535df08fe183 (diff)
Interpolated smoke particles from shells
Diffstat (limited to 'src/render_objects.c')
-rw-r--r--src/render_objects.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render_objects.c b/src/render_objects.c
index 75ca5c768..5c4af340c 100644
--- a/src/render_objects.c
+++ b/src/render_objects.c
@@ -3905,6 +3905,7 @@ void render_object_smoke_particles(s32 cameraId) {
Object* object;
sp54 = &camera1[cameraId];
+ FrameInterpolation_RecordOpenChild("SmokeParticles", TAG_OBJECT(sp54));
gSPDisplayList(gDisplayListHead++, D_0D007AE0);
load_texture_block_i8_nomirror(common_texture_particle_smoke[D_80165598], 32, 32);
func_8004B72C(255, 255, 255, 255, 255, 255, 255);
@@ -3926,6 +3927,7 @@ void render_object_smoke_particles(s32 cameraId) {
}
}
}
+ FrameInterpolation_RecordCloseChild();
}
UNUSED void func_800557AC() {