mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 03:30:30 +02:00
put avatar spheres in r3 in simulation
This commit is contained in:
parent
b737e31421
commit
3bb645b2d7
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