mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 18:13:05 +02:00
remove assert in favor of warning
This commit is contained in:
parent
d89b29581b
commit
e680260c89
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ bool UpdateEntityOperator::preRecursion(OctreeElement* element) {
|
||||||
if (_removeOld) {
|
if (_removeOld) {
|
||||||
qDebug() << "UNEXPECTED - UpdateEntityOperator - "
|
qDebug() << "UNEXPECTED - UpdateEntityOperator - "
|
||||||
"we thought we needed to removeOld, but the old entity is our best fit.";
|
"we thought we needed to removeOld, but the old entity is our best fit.";
|
||||||
|
_removeOld = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// set the entity properties and mark our element as changed.
|
// set the entity properties and mark our element as changed.
|
||||||
|
|
Loading…
Reference in a new issue