diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-06-07 20:27:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 20:27:55 -0600 |
| commit | 64cc6a76621b95f963617ca30be4dc67b8996630 (patch) | |
| tree | 88ee5afe1dae771a090b93f8e8e989b0e04d445b | |
| parent | 8d0b5307dcce1bfbd6f4e46e3845ada02521f76c (diff) | |
Update Lakitu.cpp
| -rw-r--r-- | src/engine/objects/Lakitu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/Lakitu.cpp b/src/engine/objects/Lakitu.cpp index 988d3bc22..28159b7b3 100644 --- a/src/engine/objects/Lakitu.cpp +++ b/src/engine/objects/Lakitu.cpp @@ -96,7 +96,7 @@ void OLakitu::Draw(s32 cameraId) { s32 objectIndex; Object* object; - FrameInterpolation_RecordOpenChild("Lakitu",(u32) 3939848893); + FrameInterpolation_RecordOpenChild("Lakitu",(uintptr_t) this); objectIndex = gIndexLakituList[cameraId]; camera = &camera1[cameraId]; |
