mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 21:53:52 -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:
@@ -467,8 +467,8 @@ namespace daObjMovebox {
|
||||
}
|
||||
|
||||
daObj::quat_rotBaseY(&temp2, temp3);
|
||||
|
||||
mDoMtx_stack_c::ZXYrotM(shape_angle.x, shape_angle.y, shape_angle.z);
|
||||
mDoMtx_stack_c::quatM(&temp2);
|
||||
mDoMtx_stack_c::ZXYrotM(shape_angle);
|
||||
if (isFloating) {
|
||||
mDoMtx_stack_c::transM(0.0f, -mUnknown624, 0.0f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user