mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 08:13:23 +02:00
Merge pull request #14998 from danteruiz/quest-demo
Start quest in quest-dev domain
This commit is contained in:
commit
f0c6acdbf6
1 changed files with 5 additions and 0 deletions
|
@ -2417,6 +2417,11 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
|||
AndroidHelper::instance().notifyLoadComplete();
|
||||
#endif
|
||||
pauseUntilLoginDetermined();
|
||||
|
||||
#if defined(Q_OS_ANDROID)
|
||||
const QString QUEST_DEV = "hifi://quest-dev";
|
||||
DependencyManager::get<AddressManager>()->handleLookupString(QUEST_DEV);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Application::updateVerboseLogging() {
|
||||
|
|
Loading…
Reference in a new issue