summaryrefslogtreecommitdiff
path: root/src/REL/d/a/e/d_a_e_hb_leaf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/REL/d/a/e/d_a_e_hb_leaf.cpp')
-rw-r--r--src/REL/d/a/e/d_a_e_hb_leaf.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/REL/d/a/e/d_a_e_hb_leaf.cpp b/src/REL/d/a/e/d_a_e_hb_leaf.cpp
index c1d0e291..92047ba0 100644
--- a/src/REL/d/a/e/d_a_e_hb_leaf.cpp
+++ b/src/REL/d/a/e/d_a_e_hb_leaf.cpp
@@ -75,8 +75,8 @@ int dAcEhb_leaf_c::actorExecute() {
updateMatrix();
if (mType != 0) {
Mtx m;
- PSMTXScale(m, mTimeAreaStruct.field_0x00, mTimeAreaStruct.field_0x00, mTimeAreaStruct.field_0x00);
- PSMTXConcat(mWorldMtx.m, m, mWorldMtx.m);
+ MTXScale(m, mTimeAreaStruct.field_0x00, mTimeAreaStruct.field_0x00, mTimeAreaStruct.field_0x00);
+ MTXConcat(mWorldMtx.m, m, mWorldMtx.m);
}
mModel.getModel().setLocalMtx(mWorldMtx);
mModel.getModel().calc(false);