| 253 | } |
| 254 | |
| 255 | void Vehicle::enableInterpolation(float extrapolationHint) { |
| 256 | m_netGroup.enableNetInterpolation(extrapolationHint); |
| 257 | } |
| 258 | |
| 259 | void Vehicle::disableInterpolation() { |
| 260 | m_netGroup.disableNetInterpolation(); |
nothing calls this directly
no test coverage detected