| 18 | } |
| 19 | |
| 20 | TriStepResult TriStepSetProjection::Execute( Be::Time realTime, Be::Time simTime, Tr2RenderContext& renderContext ) |
| 21 | { |
| 22 | if( m_projection ) |
| 23 | { |
| 24 | m_projection->SetProjection( renderContext ); |
| 25 | } |
| 26 | return RS_OK; |
| 27 | } |
nothing calls this directly
no test coverage detected