| 574 | xr_delete(m_spliter_holder); |
| 575 | } |
| 576 | ICF bool no_physics_shape(const SBoneShape& shape) { return shape.type == SBoneShape::stNone || shape.flags.test(SBoneShape::sfNoPhysics); } |
| 577 | void CPHShell::AddElementRecursive(CPhysicsElement* root_e, u16 id, Fmatrix global_parent, u16 element_number, bool* vis_check) |
| 578 | { |
| 579 | // CBoneInstance& B = m_pKinematics->LL_GetBoneInstance(u16(id)); |
no test coverage detected