mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
fix reference to NodeList in OctreeServer destructor
This commit is contained in:
parent
5b6c2531a4
commit
baae2a3e41
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ OctreeServer::~OctreeServer() {
|
|||
}
|
||||
|
||||
// tell our NodeList we're done with notifications
|
||||
nodeList->removeHook(this);
|
||||
NodeList::getInstance()->removeHook(this);
|
||||
|
||||
delete _jurisdiction;
|
||||
_jurisdiction = NULL;
|
||||
|
|
Loading…
Reference in a new issue