diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-07 16:26:04 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-07 16:26:04 -0400 |
| commit | bb00ced418019748d654756d8ffc431be3117142 (patch) | |
| tree | 1d1a5fc0a7b58e771a2340e0358c6f5f43968e60 /src/d/actor/d_a_btd.cpp | |
| parent | 6abbd1008b26975cd1e409d476d72d102370db2a (diff) | |
bmdfoot done except one regalloc
Diffstat (limited to 'src/d/actor/d_a_btd.cpp')
| -rw-r--r-- | src/d/actor/d_a_btd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_btd.cpp b/src/d/actor/d_a_btd.cpp index 51e56130..987f09df 100644 --- a/src/d/actor/d_a_btd.cpp +++ b/src/d/actor/d_a_btd.cpp @@ -557,7 +557,7 @@ void kubi_calc(btd_class* i_this) { mDoMtx_XrotM(*calc_mtx, i_this->m6E74.x); mDoMtx_ZrotM(*calc_mtx, i_this->m6E74.z); J3DModel* model = i_this->m02D4->getModel(); - MTXCopy(*calc_mtx, model->getBaseTRMtx()); + model->setBaseTRMtx(*calc_mtx); i_this->m02D4->calc(); i_this->m02D8->play(); i_this->m02DC->play(); |
