mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
always update bounding box on script edit
This commit is contained in:
parent
17323ba42a
commit
d86ae98211
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ QUuid EntityScriptingInterface::editEntity(QUuid id, const EntityItemProperties&
|
|||
entity->rememberHasSimulationOwnershipBid();
|
||||
}
|
||||
}
|
||||
if (properties.queryAACubeRelatedPropertyChanged() && entity->checkAndMaybeUpdateQueryAACube()) {
|
||||
if (properties.queryAACubeRelatedPropertyChanged()) {
|
||||
properties.setQueryAACube(entity->getQueryAACube());
|
||||
}
|
||||
entity->setLastBroadcast(usecTimestampNow());
|
||||
|
|
Loading…
Reference in a new issue