mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add missing bump to element changed content
This commit is contained in:
parent
91908ca3da
commit
dd1febba2f
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ bool UpdateEntityOperator::preRecursion(const OctreeElementPointer& element) {
|
|||
if (_wantDebug) {
|
||||
qCDebug(entities) << " *** This is the same OLD ELEMENT ***";
|
||||
}
|
||||
_containingElement->bumpChangedContent();
|
||||
} else {
|
||||
// otherwise, this is an add case.
|
||||
if (oldElement) {
|
||||
|
|
Loading…
Reference in a new issue