mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-15 19:30:19 +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) {
|
||||
DETAILED_PROFILE_RANGE(simulation_physics, "Send");
|
||||
assert(entityTreeIsLocked());
|
||||
assert(_entity->isLocallyOwned());
|
||||
assert(isLocallyOwned());
|
||||
|
||||
if (!_body->isActive()) {
|
||||
// make sure all derivatives are zero
|
||||
|
|
Loading…
Reference in a new issue