better tag

This commit is contained in:
Sonic Dreamcaster
2025-05-20 19:01:56 -03:00
parent f11728b31d
commit 64e2a39b44
+1 -1
View File
@@ -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) {