summaryrefslogtreecommitdiff
path: root/src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp
diff options
context:
space:
mode:
authorenzofc708 <47937189+enzofc708@users.noreply.github.com>2026-01-30 12:30:17 -0300
committerGitHub <noreply@github.com>2026-01-30 16:30:17 +0100
commit63b823ef2ccfcf2c0bf4223832c34f4528ee4907 (patch)
tree4469fa649defa418cb87451af4545ca86b7e70a7 /src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp
parent90b0175de6ef7e8aa6573e6dc4b41ef7925efc6b (diff)
Decomp ModelRender (#139)
* decomp ModelRender * fix ModelRender function name * fix other ModelRender references * reloc vtables * fix ModelRender obect size * fix matches * match 100%
Diffstat (limited to 'src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp')
-rw-r--r--src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp b/src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp
index 07b8a4a5..9df98e3d 100644
--- a/src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp
+++ b/src/59_Hammer/Actor/Navi/ActorNaviBase_59.cpp
@@ -45,7 +45,7 @@ ARM void ActorNavi::func_ov059_0219aa08(bool param1) {
this->mUnk_334.mUnk_00.x =
ROUND_Q20(uVar4) | ((this->mUnk_344 >> 0x1F) * 0x666 + (lVar2 >> 0x20) + (~0x800 < uVar4)) * 0x100000;
- Mat3p_MultiplyVec(&this->mUnk_334.mUnk_00, &this->mUnk_384, &this->mUnk_334.mUnk_00);
+ Mat3p_MultiplyVec(&this->mUnk_334.mUnk_00, &this->unkBoneMatrixStruct.mUnk_28, &this->mUnk_334.mUnk_00);
Vec3p_RotateY(uVar3, &this->mUnk_334.mUnk_00);
Vec3p_Add(&this->mUnk_334.mUnk_00, &VStack_24, &this->mUnk_334.mUnk_00);
VStack_60.z = this->mUnk_334.mUnk_00.z;