mirror of
https://github.com/lubosz/overte.git
synced 2025-08-31 16:58:06 +02:00
Merge pull request #3550 from murillodigital/master
Missed one reference to the old bucket.
This commit is contained in:
commit
4e038687cf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
const char* MODEL_TYPE_NAMES[] = { "entities", "heads", "skeletons", "attachments" };
|
||||
|
||||
static const QString S3_URL = "http://highfidelity-public.s3-us-west-1.amazonaws.com";
|
||||
static const QString S3_URL = "https://s3.amazonaws.com/hifi-public";
|
||||
static const QString PUBLIC_URL = "http://public.highfidelity.io";
|
||||
static const QString MODELS_LOCATION = "models/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue