diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-20 19:04:01 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-20 19:04:01 -0500 |
| commit | fa5fb18d3c8e2096c0c866c6b6fcc2938e87427b (patch) | |
| tree | 1231964d552155e1c75e025789c2daf24835e677 /src/d/actor/d_a_mozo.cpp | |
| parent | a072429e6a21e521cb17f20ba0ea17958f3c4670 (diff) | |
use inlines in more places
Diffstat (limited to 'src/d/actor/d_a_mozo.cpp')
| -rw-r--r-- | src/d/actor/d_a_mozo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_mozo.cpp b/src/d/actor/d_a_mozo.cpp index cc10d371..4fe9ce6c 100644 --- a/src/d/actor/d_a_mozo.cpp +++ b/src/d/actor/d_a_mozo.cpp @@ -168,7 +168,7 @@ s32 daMozo_c::CreateInit() { mQuatRotation = ZeroQuat; fopAcM_setCullSizeBox(this, -1000.f, -1000.f, -1000.f, 1000.0f, 1000.0f, 1000.0f); - mCullMtx = mAnimMorf->getModel()->getBaseTRMtx(); + fopAcM_SetMtx(this, mAnimMorf->getModel()->getBaseTRMtx()); // TODO: Insert missing code here |
