mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-09 18:57:32 -04:00
Started d_a_arrow (#64)
* More d_bg header improvements * Cleanup, use mtx inlines in more places * Added JntHit_c to headers * Started d_a_arrow
This commit is contained in:
@@ -291,7 +291,7 @@ namespace daObjPaper {
|
||||
/* 000008DC-00000948 .text set_mtx__Q210daObjPaper5Act_cFv */
|
||||
void daObjPaper::Act_c::set_mtx() {
|
||||
mDoMtx_stack_c::transS(getPosition());
|
||||
mDoMtx_stack_c::ZXYrotM(shape_angle.x, shape_angle.y, shape_angle.z);
|
||||
mDoMtx_stack_c::ZXYrotM(shape_angle);
|
||||
|
||||
mpModel->setBaseTRMtx(mDoMtx_stack_c::get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user