mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-21 13:12:23 +02:00
always update the bounding box
This commit is contained in:
parent
1e6fc85e3e
commit
17323ba42a
1 changed files with 5 additions and 0 deletions
|
@ -1353,6 +1353,11 @@ bool EntityItem::setProperties(const EntityItemProperties& properties) {
|
|||
|
||||
SET_ENTITY_PROPERTY_FROM_PROPERTIES(lastEditedBy, setLastEditedBy);
|
||||
|
||||
AACube saveQueryAACube = _queryAACube;
|
||||
if (checkAndMaybeUpdateQueryAACube() && saveQueryAACube != _queryAACube) {
|
||||
somethingChanged = true;
|
||||
}
|
||||
|
||||
// Now check the sub classes
|
||||
somethingChanged |= setSubClassProperties(properties);
|
||||
|
||||
|
|
Loading…
Reference in a new issue