| 473 | } |
| 474 | |
| 475 | void Tr2SkinnedObject::ResetAnimationBindings() |
| 476 | { |
| 477 | if( m_visualModel ) |
| 478 | { |
| 479 | m_visualModel->ResetBindings(); |
| 480 | } |
| 481 | } |
| 482 | |
| 483 | void Tr2SkinnedObject::GetDebugOptions( Tr2DebugRendererOptions& options ) |
| 484 | { |
nothing calls this directly
no test coverage detected