mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 00:03:16 +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) {
|
||||
qDebug() << "UNEXPECTED - UpdateEntityOperator - "
|
||||
"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.
|
||||
|
|
Loading…
Reference in a new issue