mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 04:28:07 +02:00
use new form of MovingEntitiesOperator ctor
This commit is contained in:
parent
56bc48b31a
commit
171151b92a
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ void MyAvatar::simulate(float deltaTime) {
|
|||
}
|
||||
auto now = usecTimestampNow();
|
||||
EntityEditPacketSender* packetSender = qApp->getEntityEditPacketSender();
|
||||
MovingEntitiesOperator moveOperator(entityTree);
|
||||
MovingEntitiesOperator moveOperator;
|
||||
forEachDescendant([&](SpatiallyNestablePointer object) {
|
||||
// if the queryBox has changed, tell the entity-server
|
||||
if (object->getNestableType() == NestableType::Entity && object->checkAndMaybeUpdateQueryAACube()) {
|
||||
|
|
Loading…
Reference in a new issue