put avatar spheres in r3 in simulation

This commit is contained in:
SamGondelman 2019-06-06 17:17:18 -07:00
parent b737e31421
commit 3bb645b2d7

View file

@ -219,7 +219,7 @@ bool OtherAvatar::isInPhysicsSimulation() const {
}
bool OtherAvatar::shouldBeInPhysicsSimulation() const {
return !isDead() && _workloadRegion < workload::Region::R3;
return !isDead() && _workloadRegion <= workload::Region::R3;
}
bool OtherAvatar::needsPhysicsUpdate() const {