From 64e2a39b446cd358181c0350660e98423d0914f1 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Tue, 20 May 2025 19:01:56 -0300 Subject: [PATCH] better tag --- src/actors/falling_rock/render.inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actors/falling_rock/render.inc.c b/src/actors/falling_rock/render.inc.c index 35876e3a0..d0d5aa0dc 100644 --- a/src/actors/falling_rock/render.inc.c +++ b/src/actors/falling_rock/render.inc.c @@ -52,7 +52,7 @@ void render_actor_falling_rock(Camera* camera, struct FallingRock* rock) { } // @port: Tag the transform. - FrameInterpolation_RecordOpenChild("rock", TAG_ITEM_ADDR(rock)); // Not working properly just yet + FrameInterpolation_RecordOpenChild("rock", (uintptr_t) rock); mtxf_pos_rotation_xyz(mtx, rock->pos, rock->rot); if (render_set_position(mtx, 0) == 0) {