| 1691 | } |
| 1692 | |
| 1693 | void Player::enableInterpolation(float) { |
| 1694 | m_netGroup.enableNetInterpolation(); |
| 1695 | } |
| 1696 | |
| 1697 | void Player::disableInterpolation() { |
| 1698 | m_netGroup.disableNetInterpolation(); |
nothing calls this directly
no test coverage detected