mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
point to stars file on non-SSL for easier RV redirect
This commit is contained in:
parent
7ceb549416
commit
2ad99f3129
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
using namespace std;
|
||||
|
||||
// Starfield information
|
||||
static char STAR_FILE[] = "https://s3-us-west-1.amazonaws.com/highfidelity/stars.txt";
|
||||
static char STAR_FILE[] = "http://s3-us-west-1.amazonaws.com/highfidelity/stars.txt";
|
||||
static char STAR_CACHE_FILE[] = "cachedStars.txt";
|
||||
|
||||
static const bool TESTING_PARTICLE_SYSTEM = false;
|
||||
|
|
Loading…
Reference in a new issue