mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
fix comment
This commit is contained in:
parent
5ad0dd20ac
commit
434f5ff300
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ void EntityMotionState::handleDeactivation() {
|
||||||
if (!isLocallyOwned()) {
|
if (!isLocallyOwned()) {
|
||||||
// HACK: To allow the ESS to move entities around in a kinematic way we had to remove the requirement that
|
// HACK: To allow the ESS to move entities around in a kinematic way we had to remove the requirement that
|
||||||
// every moving+simulated entity has an authoritative simulation owner. As a result, we cannot rely
|
// every moving+simulated entity has an authoritative simulation owner. As a result, we cannot rely
|
||||||
// on a simulation owner to update the QueryAACube on the entity-server. This HACK updates the local
|
// on a simulation owner to update the QueryAACube on the entity-server.
|
||||||
// QueryAACube but the one on the ES will still be broken.
|
|
||||||
_entity->updateQueryAACube();
|
_entity->updateQueryAACube();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue