mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:09:52 +02:00
missing space
This commit is contained in:
parent
b4679aa44a
commit
82522b04ab
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ OctreeEditPacketSender::~OctreeEditPacketSender() {
|
||||||
|
|
||||||
bool OctreeEditPacketSender::serversExist() const {
|
bool OctreeEditPacketSender::serversExist() const {
|
||||||
auto nodeList = DependencyManager::get<NodeList>();
|
auto nodeList = DependencyManager::get<NodeList>();
|
||||||
if(!nodeList) {
|
if (!nodeList) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
auto node = nodeList->soloNodeOfType(getMyNodeType());
|
auto node = nodeList->soloNodeOfType(getMyNodeType());
|
||||||
|
|
Loading…
Reference in a new issue