mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-16 09:33:30 +02:00
removed accidentally added whitespace
This commit is contained in:
parent
2d518520f5
commit
e373a8b866
1 changed files with 0 additions and 1 deletions
|
@ -1632,7 +1632,6 @@ int main(int argc, const char * argv[])
|
|||
listenPort = atoi(portStr);
|
||||
}
|
||||
AgentList::createInstance(AGENT_TYPE_AVATAR, listenPort);
|
||||
|
||||
enableNetworkThread = !cmdOptionExists(argc, argv, "--nonblocking");
|
||||
if (!enableNetworkThread) {
|
||||
AgentList::getInstance()->getAgentSocket().setBlocking(false);
|
||||
|
|
Loading…
Reference in a new issue