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_dr.cpp | |
| parent | f74a03109fd8268918f6949150deb06da5a82215 (diff) | |
More inlines
Also update dtk-template
Diffstat (limited to 'src/d/actor/d_a_dr.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index b8c95fb5..493d71e7 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -167,9 +167,9 @@ static void daDr_setMtx(dr_class* i_this) { J3DModel* model = i_this->mpMorf->getModel(); model->setBaseScale(i_this->scale); mDoMtx_stack_c::transS(i_this->current.pos); - cMtx_YrotM(mDoMtx_stack_c::get(), i_this->current.angle.y); - cMtx_XrotM(mDoMtx_stack_c::get(), i_this->current.angle.x); - cMtx_ZrotM(mDoMtx_stack_c::get(), i_this->current.angle.z); + mDoMtx_stack_c::YrotM(i_this->current.angle.y); + mDoMtx_stack_c::XrotM(i_this->current.angle.x); + mDoMtx_stack_c::ZrotM(i_this->current.angle.z); model->setBaseTRMtx(mDoMtx_stack_c::get()); i_this->mpMorf->calc(); |
