mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:23: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 {
|
bool OtherAvatar::shouldBeInPhysicsSimulation() const {
|
||||||
return !isDead() && _workloadRegion < workload::Region::R3;
|
return !isDead() && _workloadRegion <= workload::Region::R3;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OtherAvatar::needsPhysicsUpdate() const {
|
bool OtherAvatar::needsPhysicsUpdate() const {
|
||||||
|
|
Loading…
Reference in a new issue