summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-20 21:55:57 -0300
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2025-05-20 21:55:57 -0300
commitf4f06585c758f2e1ce584496eeec4c65f8461a92 (patch)
tree20c9dffe6d03e8107d43c5eac5913883826fa970
parent11e4d2a6a9f727c7dc7262e69a28763e0c818fe5 (diff)
fix tag
-rw-r--r--src/engine/objects/TrashBin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/TrashBin.cpp b/src/engine/objects/TrashBin.cpp
index e721f299c..361b93631 100644
--- a/src/engine/objects/TrashBin.cpp
+++ b/src/engine/objects/TrashBin.cpp
@@ -65,7 +65,7 @@ void OTrashBin::Draw(s32 cameraId) {
Vec3s Rot = { 0, 0x4000, 0 };
// @port: Tag the transform.
- FrameInterpolation_RecordOpenChild("Bin", mtx);
+ FrameInterpolation_RecordOpenChild("Bin", (uintptr_t) object);
mtxf_pos_rotation_xyz(mtx, Pos, Rot);
//mtxf_scale(mtx, 1.0f);