mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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) {
|
if (oldElement != _containingElement) {
|
||||||
qDebug() << "WARNING entity moved during UpdateEntityOperator recursion";
|
qDebug() << "WARNING entity moved during UpdateEntityOperator recursion";
|
||||||
assert(! _containingElement->removeEntityItem(_existingEntity));
|
_containingElement->removeEntityItem(_existingEntity);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_wantDebug) {
|
if (_wantDebug) {
|
||||||
|
|
Loading…
Reference in a new issue