mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:58:09 +02:00
start in quest dev
This commit is contained in:
parent
109eb62886
commit
a87e49bb23
1 changed files with 5 additions and 0 deletions
|
@ -2414,6 +2414,11 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
||||||
AndroidHelper::instance().notifyLoadComplete();
|
AndroidHelper::instance().notifyLoadComplete();
|
||||||
#endif
|
#endif
|
||||||
pauseUntilLoginDetermined();
|
pauseUntilLoginDetermined();
|
||||||
|
|
||||||
|
#if defined(Q_OS_ANDROID)
|
||||||
|
const QString QUEST_DEV = "hifi://quest-dev";
|
||||||
|
DependencyManager::get<AddressManager>()->handleLookupString(QUEST_DEV);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::updateVerboseLogging() {
|
void Application::updateVerboseLogging() {
|
||||||
|
|
Loading…
Reference in a new issue