mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
Merge pull request #15699 from SamGondelman/avatarPick
BUGZ-373, BUGZ-407: Put avatar spheres in R3 in simulation
This commit is contained in:
commit
1e827a925a
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue