mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 23:36:41 +02:00
move url handling to after settings load debug
This commit is contained in:
parent
3fbf141686
commit
a847c2d80d
1 changed files with 2 additions and 2 deletions
|
@ -1793,6 +1793,8 @@ void Application::init() {
|
||||||
|
|
||||||
Menu::getInstance()->loadSettings();
|
Menu::getInstance()->loadSettings();
|
||||||
_audio.setReceivedAudioStreamSettings(Menu::getInstance()->getReceivedAudioStreamSettings());
|
_audio.setReceivedAudioStreamSettings(Menu::getInstance()->getReceivedAudioStreamSettings());
|
||||||
|
|
||||||
|
qDebug() << "Loaded settings";
|
||||||
|
|
||||||
// when --url in command line, teleport to location
|
// when --url in command line, teleport to location
|
||||||
const QString HIFI_URL_COMMAND_LINE_KEY = "--url";
|
const QString HIFI_URL_COMMAND_LINE_KEY = "--url";
|
||||||
|
@ -1801,8 +1803,6 @@ void Application::init() {
|
||||||
AddressManager::getInstance().handleLookupString(arguments().value(urlIndex + 1));
|
AddressManager::getInstance().handleLookupString(arguments().value(urlIndex + 1));
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug("Loaded settings");
|
|
||||||
|
|
||||||
// initialize our face trackers after loading the menu settings
|
// initialize our face trackers after loading the menu settings
|
||||||
_faceshift.init();
|
_faceshift.init();
|
||||||
_faceplus.init();
|
_faceplus.init();
|
||||||
|
|
Loading…
Reference in a new issue