diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-26 17:43:02 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-26 17:43:02 -0400 |
| commit | d9c2ffe6190d6342bf00328b30bdaa67c30ffee3 (patch) | |
| tree | 1801f38fac2efeda20e5a35f13dff965ff4daf77 /src/d/actor/d_a_bb.cpp | |
| parent | 993431d0f8a6249dbd1d9d0a49f45e50c996976a (diff) | |
J3DModel inlines
Diffstat (limited to 'src/d/actor/d_a_bb.cpp')
| -rw-r--r-- | src/d/actor/d_a_bb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_bb.cpp b/src/d/actor/d_a_bb.cpp index d1459a03..e424a2e4 100644 --- a/src/d/actor/d_a_bb.cpp +++ b/src/d/actor/d_a_bb.cpp @@ -612,7 +612,7 @@ static BOOL daBb_Draw(bb_class* i_this) { i_this->mpMorf->entryDL(); J3DModelData* modelData = model->getModelData(); - modelData->getMaterialTable().removeTexNoAnimator(i_this->mBtpAnm.getBtpAnm()); + i_this->mBtpAnm.remove(modelData); daBb_shadowDraw(i_this); tail_draw(i_this); #if VERSION == VERSION_DEMO @@ -2715,7 +2715,7 @@ static cPhs_State daBb_Create(fopAc_ac_c* a_this) { for (u16 i = 0; i < model->getModelData()->getJointNum(); i++) { if (callback_check_index[i] >= 0) { - model->getModelData()->getJointTree().getJointNodePointer(i)->setCallBack(nodeCallBack); + model->getModelData()->getJointNodePointer(i)->setCallBack(nodeCallBack); } } |
