mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
fix typo inside assert()
This commit is contained in:
parent
a924bd4eb0
commit
766077204e
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ void EntityMotionState::sendBid(OctreeEditPacketSender* packetSender, uint32_t s
|
||||||
void EntityMotionState::sendUpdate(OctreeEditPacketSender* packetSender, uint32_t step) {
|
void EntityMotionState::sendUpdate(OctreeEditPacketSender* packetSender, uint32_t step) {
|
||||||
DETAILED_PROFILE_RANGE(simulation_physics, "Send");
|
DETAILED_PROFILE_RANGE(simulation_physics, "Send");
|
||||||
assert(entityTreeIsLocked());
|
assert(entityTreeIsLocked());
|
||||||
assert(_entity->isLocallyOwned());
|
assert(isLocallyOwned());
|
||||||
|
|
||||||
if (!_body->isActive()) {
|
if (!_body->isActive()) {
|
||||||
// make sure all derivatives are zero
|
// make sure all derivatives are zero
|
||||||
|
|
Loading…
Reference in a new issue