add missing bump to element changed content

This commit is contained in:
Andrew Meadows 2017-08-08 12:18:37 -07:00
parent 91908ca3da
commit dd1febba2f

View file

@ -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) {