| 42 | } |
| 43 | |
| 44 | void PhysicsObject::disableInterpolation() { |
| 45 | m_netGroup.disableNetInterpolation(); |
| 46 | } |
| 47 | |
| 48 | void PhysicsObject::init(World* world, EntityId entityId, EntityMode mode) { |
| 49 | if (mode == EntityMode::Master) { |
nothing calls this directly
no test coverage detected