summaryrefslogtreecommitdiff
path: root/src/actors
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2025-05-16 23:48:23 -0600
committerMegaMech <inkstudios1@hotmail.com>2025-05-16 23:48:23 -0600
commitbca4e1c98b331fe250236b67f60563219ca10638 (patch)
tree72d670aacb6d9f48dd9310cb8425c5e58317250b /src/actors
parentb551dd5f5466db60b226f83f9a6dc41ce29a4a2e (diff)
Fix mistake
Diffstat (limited to 'src/actors')
-rw-r--r--src/actors/item_box/render.inc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/actors/item_box/render.inc.c b/src/actors/item_box/render.inc.c
index 347b2f276..62408bfd5 100644
--- a/src/actors/item_box/render.inc.c
+++ b/src/actors/item_box/render.inc.c
@@ -209,7 +209,8 @@ void render_actor_item_box(Camera* camera, struct ItemBox* item_box) {
someVec1[0] = temp_f0_3;
someVec1[1] = temp_f2;
someVec1[2] = temp_f12;
- FrameInterpolation_RecordMatrixPop(someMatrix2);
+ FrameInterpolation_RecordMatrixPush(someMatrix2);
+
add_translate_mat4_vec3f(someMatrix1, someMatrix2, someVec1);