mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 23:32:48 +02:00
Merge pull request #706 from birarda/master
switch stars file URL to non-SSL
This commit is contained in:
commit
da25821270
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
// Starfield information
|
// 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 char STAR_CACHE_FILE[] = "cachedStars.txt";
|
||||||
|
|
||||||
static const bool TESTING_PARTICLE_SYSTEM = false;
|
static const bool TESTING_PARTICLE_SYSTEM = false;
|
||||||
|
|
Loading…
Reference in a new issue