| 123 | } |
| 124 | |
| 125 | void TweenBase::Options::timelineEnd( TweenBase &tweenBase, float offset ) |
| 126 | { |
| 127 | tweenBase.setStartTime( std::max( mTimeline->getDuration(), mTimeline->getCurrentTime() ) + offset ); |
| 128 | } |
| 129 | |
| 130 | } // namespace cinder |
no test coverage detected