mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
debug
This commit is contained in:
parent
a473fe3aee
commit
779b5a6827
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ OctreeElementBag::~OctreeElementBag() {
|
|||
}
|
||||
|
||||
void OctreeElementBag::elementDeleted(OctreeElement* element) {
|
||||
qDebug() << "OctreeElementBag::elementDeleted()...";
|
||||
remove(element); // note: remove can safely handle nodes that aren't in it, so we don't need to check contains()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue