mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
Missed an identifier change
This commit is contained in:
parent
2c06487df0
commit
a15e78a0f4
1 changed files with 1 additions and 1 deletions
|
@ -6134,7 +6134,7 @@ void Application::queryOctree(NodeType_t serverType, PacketType packetType) {
|
|||
auto lodManager = DependencyManager::get<LODManager>();
|
||||
_octreeQuery.setOctreeSizeScale(lodManager->getOctreeSizeScale());
|
||||
_octreeQuery.setBoundaryLevelAdjust(lodManager->getBoundaryLevelAdjust());
|
||||
_octreeQuery.setReportInitialResult(true);
|
||||
_octreeQuery.setReportInitialCompletion(true);
|
||||
|
||||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue