mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 12:27:08 +02:00
added one more log line
This commit is contained in:
parent
eefd0c36f1
commit
8521a9e146
1 changed files with 4 additions and 1 deletions
|
@ -1938,6 +1938,10 @@ void audioMixerUpdate(in_addr_t newMixerAddress, in_port_t newMixerPort) {
|
|||
#endif
|
||||
|
||||
int main(int argc, const char * argv[]) {
|
||||
|
||||
gettimeofday(&applicationStartupTime, NULL);
|
||||
printLog("Interface Startup:\n");
|
||||
|
||||
voxels.setViewFrustum(&::viewFrustum);
|
||||
|
||||
shared_lib::printLog = & ::printLog;
|
||||
|
@ -1955,7 +1959,6 @@ int main(int argc, const char * argv[]) {
|
|||
AgentList::getInstance()->getAgentSocket().setBlocking(false);
|
||||
}
|
||||
|
||||
gettimeofday(&applicationStartupTime, NULL);
|
||||
const char* domainIP = getCmdOption(argc, argv, "--domain");
|
||||
if (domainIP) {
|
||||
strcpy(DOMAIN_IP,domainIP);
|
||||
|
|
Loading…
Reference in a new issue