Merge pull request #15699 from SamGondelman/avatarPick

BUGZ-373, BUGZ-407: Put avatar spheres in R3 in simulation
This commit is contained in:
Shannon Romano 2019-06-07 09:59:42 -07:00 committed by GitHub
commit 1e827a925a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {