| 57 | } |
| 58 | |
| 59 | float InterpolationTracker::interpolationLeadTime() const { |
| 60 | if (!m_interpolationEnabled || !m_predictedTime || !m_lastTimeUpdate) |
| 61 | return 0.0f; |
| 62 | return *m_lastTimeUpdate - *m_predictedTime + m_timeLead; |
| 63 | } |
| 64 | |
| 65 | } |
no outgoing calls
no test coverage detected