diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-19 13:55:59 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-19 13:55:59 -0400 |
| commit | 58ab93081715ffdc3df86eed6a0abe04f4939a76 (patch) | |
| tree | c236d5d2aa9f152fd6d1625ec97e3835dd0c5818 /src/d/actor/d_a_obj_ebomzo.cpp | |
| parent | f74a03109fd8268918f6949150deb06da5a82215 (diff) | |
More inlines
Also update dtk-template
Diffstat (limited to 'src/d/actor/d_a_obj_ebomzo.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_ebomzo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_ebomzo.cpp b/src/d/actor/d_a_obj_ebomzo.cpp index d68a9d70..a713967a 100644 --- a/src/d/actor/d_a_obj_ebomzo.cpp +++ b/src/d/actor/d_a_obj_ebomzo.cpp @@ -109,8 +109,8 @@ void daObjEbomzo::Act_c::set_mtx() { mDoMtx_stack_c::transS(current.pos); mDoMtx_stack_c::ZXYrotM(shape_angle); - mpModel->setBaseTRMtx(mDoMtx_stack_c::now); - cMtx_copy(mDoMtx_stack_c::now, M_tmp_mtx); + mpModel->setBaseTRMtx(mDoMtx_stack_c::get()); + cMtx_copy(mDoMtx_stack_c::get(), M_tmp_mtx); } /* 0000062C-00000668 .text init_mtx__Q211daObjEbomzo5Act_cFv */ |
