mirror of https://github.com/zeldaret/tp.git
fixed match issues
This commit is contained in:
parent
71c88b5309
commit
3a3c2134cc
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue