From e06aaab4175a5fc3f85d81021cc98dac8a647eb0 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 13 Jun 2024 17:42:31 -0400 Subject: [PATCH] Update legoanim.cpp --- LEGO1/lego/sources/anim/legoanim.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/sources/anim/legoanim.cpp b/LEGO1/lego/sources/anim/legoanim.cpp index 92cb2158..80985681 100644 --- a/LEGO1/lego/sources/anim/legoanim.cpp +++ b/LEGO1/lego/sources/anim/legoanim.cpp @@ -140,8 +140,8 @@ LegoResult LegoAnimScene::Read(LegoStorage* p_storage) // FUNCTION: BETA10 0x10181a83 LegoResult LegoAnimScene::FUN_1009f490(LegoFloat p_time, Matrix4& p_matrix) { - MxMatrix(localb0); - MxMatrix(local4c); + MxMatrix localb0; + MxMatrix local4c; Vector3 local5c(localb0[0]); Vector3 local68(localb0[1]);