mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:53:01 +02:00
rename in OctreeServer destructor debug
This commit is contained in:
parent
5e429250d3
commit
aac01ee70d
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ OctreeServer::~OctreeServer() {
|
||||||
delete _jurisdiction;
|
delete _jurisdiction;
|
||||||
_jurisdiction = NULL;
|
_jurisdiction = NULL;
|
||||||
|
|
||||||
qDebug() << "VoxelServer::run()... DONE\n";
|
qDebug() << "OctreeServer::run()... DONE\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void OctreeServer::initMongoose(int port) {
|
void OctreeServer::initMongoose(int port) {
|
||||||
|
|
Loading…
Reference in a new issue