mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:25:31 +02:00
Missed one
This commit is contained in:
parent
e867b49701
commit
65b559ca3d
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