mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 12:13:36 +02:00
turned on particle system viewing for pull request
This commit is contained in:
parent
6c3644a2fc
commit
106d7c225a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ using namespace std;
|
|||
static char STAR_FILE[] = "https://s3-us-west-1.amazonaws.com/highfidelity/stars.txt";
|
||||
static char STAR_CACHE_FILE[] = "cachedStars.txt";
|
||||
|
||||
static const bool TESTING_PARTICLE_SYSTEM = true;
|
||||
static const bool TESTING_PARTICLE_SYSTEM = false;
|
||||
|
||||
static const int BANDWIDTH_METER_CLICK_MAX_DRAG_LENGTH = 6; // farther dragged clicks are ignored
|
||||
|
||||
|
|
Loading…
Reference in a new issue