use inlines in more places

This commit is contained in:
LagoLunatic
2023-12-20 19:04:01 -05:00
parent a072429e6a
commit fa5fb18d3c
32 changed files with 128 additions and 107 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ s32 daThrowstone_c::_create() {
mDoMtx_stack_c::scaleM(mScale);
mDoMtx_copy(mDoMtx_stack_c::get(), mMtx);
mCullMtx = mpModel->getBaseTRMtx();
fopAcM_SetMtx(this, mpModel->getBaseTRMtx());
mDoMtx_copy(mpModel->getBaseTRMtx(), mMtx);
}