Increased size of octree root to 15,000 light years

ver1_5_1
Chris Laurel 2002-04-01 00:08:14 +00:00
parent 891710fe8a
commit abae6f9d46
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ static string GlieseCatalogPrefix("Gliese ");
static string RossCatalogPrefix("Ross ");
static string LacailleCatalogPrefix("Lacaille ");
static const float OctreeRootSize = 5000.0f;
static const float OctreeRootSize = 15000.0f;
static const float OctreeMagnitude = 6.0f;