fix reference to NodeList in OctreeServer destructor

This commit is contained in:
Stephen Birarda 2013-12-05 11:44:11 -08:00
parent 5b6c2531a4
commit baae2a3e41

View file

@ -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;