summaryrefslogtreecommitdiff
path: root/src/actors/item_box/render.inc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/actors/item_box/render.inc.c')
-rw-r--r--src/actors/item_box/render.inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actors/item_box/render.inc.c b/src/actors/item_box/render.inc.c
index 8d6bdea19..12cc17497 100644
--- a/src/actors/item_box/render.inc.c
+++ b/src/actors/item_box/render.inc.c
@@ -28,7 +28,7 @@ void render_actor_item_box(Camera* camera, struct ItemBox* item_box) {
f32 someMultiplier;
// @port: Tag the transform.
- FrameInterpolation_RecordOpenChild(TAG_ITEM_ADDR(item_box), 0);
+ FrameInterpolation_RecordOpenChild("ItemBox", TAG_ITEM_ADDR(item_box));
temp_f0 = is_within_render_distance(camera->pos, item_box->pos, camera->rot[1], 0.0f, gCameraZoom[camera - camera1],
4000000.0f);