| 57 | } |
| 58 | |
| 59 | void CIKLimbsController::LimbUpdate(CIKLimb& L) |
| 60 | { |
| 61 | VERIFY(m_object->Visual()->dcast_PKinematicsAnimated()); |
| 62 | L.Update(m_object, m_legs_blend, _pose_extrapolation); |
| 63 | } |
| 64 | |
| 65 | IC void update_blend(CBlend*& b) |
| 66 | { |
nothing calls this directly
no test coverage detected