mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 15:30:38 +02:00
resolve final conflict in Application
This commit is contained in:
parent
05dde9d8f5
commit
6a02e6d001
1 changed files with 0 additions and 3 deletions
|
@ -3955,9 +3955,6 @@ int Application::processOctreeStats(NLPacket& packet, SharedNodePointer sendingN
|
|||
} else {
|
||||
jurisdiction->unlock();
|
||||
}
|
||||
} else {
|
||||
jurisdiction->unlock();
|
||||
}
|
||||
// store jurisdiction details for later use
|
||||
// This is bit of fiddling is because JurisdictionMap assumes it is the owner of the values used to construct it
|
||||
// but OctreeSceneStats thinks it's just returning a reference to its contents. So we need to make a copy of the
|
||||
|
|
Loading…
Reference in a new issue