From f10bbdf289960cc8e74c73810d5b80947a154bc7 Mon Sep 17 00:00:00 2001 From: jonschz Date: Wed, 1 May 2024 09:34:54 +0200 Subject: [PATCH] 95 % VTable0xcc --- LEGO1/lego/legoomni/src/actors/skateboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/actors/skateboard.cpp b/LEGO1/lego/legoomni/src/actors/skateboard.cpp index 7ca0411a..c733decc 100644 --- a/LEGO1/lego/legoomni/src/actors/skateboard.cpp +++ b/LEGO1/lego/legoomni/src/actors/skateboard.cpp @@ -95,7 +95,7 @@ MxU32 SkateBoard::VTable0xcc() // TODO: If this is correct, then the signature of the AnimationManager calls are wrong. // float data[3]; Matrix4 stuff = this->m_roi->GetLocal2World(); - Vector3 vec = Vector3(&stuff[0][0]); + Vector3 vec = Vector3(&stuff[3][0]); // MxBool puVar11 = (MxBool) 0xf4; AnimationManager()->FUN_10064670((int)&vec); AnimationManager()->FUN_10064740((int)&vec);