| 42 | } |
| 43 | |
| 44 | void Tr2ActionAnimateCurveSet::Start( ITr2ActionController& controller ) |
| 45 | { |
| 46 | if( !m_curveSet ) |
| 47 | { |
| 48 | return; |
| 49 | } |
| 50 | m_startTime = BeOS->GetCurrentFrameTime(); |
| 51 | controller.RegisterUpdateable( *this ); |
| 52 | } |
| 53 | |
| 54 | void Tr2ActionAnimateCurveSet::Stop( ITr2ActionController& controller ) |
| 55 | { |
nothing calls this directly
no test coverage detected