mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 08:04:59 +02:00
remove old debug assert
This commit is contained in:
parent
0514736a3e
commit
aff751b4e6
1 changed files with 0 additions and 1 deletions
|
@ -681,7 +681,6 @@ void EntityTree::update() {
|
|||
QSet<EntityItemID> idsToDelete;
|
||||
|
||||
for (auto entity : pendingDeletes) {
|
||||
assert(!entity->getPhysicsInfo()); // TODO: Andrew to remove this after testing
|
||||
idsToDelete.insert(entity->getEntityItemID());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue