fixed match issues

This commit is contained in:
Yotona 2023-05-10 10:32:09 -07:00
parent 71c88b5309
commit 3a3c2134cc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ static int daE_DB_LEAF_Execute(e_db_leaf_class* i_this) {
mDoMtx_stack_c::transS(i_this->current.pos.x, i_this->current.pos.y, i_this->current.pos.z);
mDoMtx_stack_c::YrotM(i_this->shape_angle.y);
mDoMtx_stack_c::XrotM(i_this->shape_angle.x);
mDoMtx_stack_c::copy(i_this->mpMorf->getModel()->mBaseTransformMtx);
i_this->mpMorf->getModel()->i_setBaseTRMtx(mDoMtx_stack_c::now);
i_this->mpMorf->modelCalc();
return 1;
}