remove assert in favor of warning

This commit is contained in:
ZappoMan 2014-09-03 17:17:36 -07:00
parent d89b29581b
commit e680260c89

View file

@ -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.