mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-06 15:03:12 +02:00
Added 'metaverse' to dev-build URL.
This commit is contained in:
parent
7f5a595ba7
commit
6f5786e017
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ protected:
|
|||
|
||||
QString _workingFolder;
|
||||
|
||||
const QString DEV_BUILD_XML_URL{ "https://highfidelity.com/dev-builds.xml" };
|
||||
const QString DEV_BUILD_XML_URL{ "https://metaverse.highfidelity.com/dev-builds.xml" };
|
||||
const QString DEV_BUILD_XML_FILENAME{ "dev-builds.xml" };
|
||||
|
||||
bool buildXMLDownloaded;
|
||||
|
|
|
@ -60,5 +60,5 @@ const double R_Y = 0.212655f;
|
|||
const double G_Y = 0.715158f;
|
||||
const double B_Y = 0.072187f;
|
||||
|
||||
const QString nitpickVersion{ "v3.2.0" };
|
||||
const QString nitpickVersion{ "v3.2.1" };
|
||||
#endif // hifi_common_h
|
Loading…
Reference in a new issue