diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 23:48:23 -0600 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2025-05-16 23:48:23 -0600 |
| commit | bca4e1c98b331fe250236b67f60563219ca10638 (patch) | |
| tree | 72d670aacb6d9f48dd9310cb8425c5e58317250b /src | |
| parent | b551dd5f5466db60b226f83f9a6dc41ce29a4a2e (diff) | |
Fix mistake
Diffstat (limited to 'src')
| -rw-r--r-- | src/actors/item_box/render.inc.c | 3 |
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); |
