mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 03:42:09 +02:00
remove functional code from inside assert
This commit is contained in:
parent
343ee4ea67
commit
89a782c55a
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ bool UpdateEntityOperator::preRecursion(OctreeElement* element) {
|
|||
|
||||
if (oldElement != _containingElement) {
|
||||
qDebug() << "WARNING entity moved during UpdateEntityOperator recursion";
|
||||
assert(! _containingElement->removeEntityItem(_existingEntity));
|
||||
_containingElement->removeEntityItem(_existingEntity);
|
||||
}
|
||||
|
||||
if (_wantDebug) {
|
||||
|
|
Loading…
Reference in a new issue