Change Constants.RegionSize back to 256.
parent
a5c55a19ef
commit
91e8fc50d3
|
@ -30,8 +30,7 @@ namespace OpenSim.Framework
|
||||||
{
|
{
|
||||||
public class Constants
|
public class Constants
|
||||||
{
|
{
|
||||||
//public const uint RegionSize = 256;
|
public const uint RegionSize = 256;
|
||||||
public const uint RegionSize = 512;
|
|
||||||
public const byte TerrainPatchSize = 16;
|
public const byte TerrainPatchSize = 16;
|
||||||
public const string DefaultTexture = "89556747-24cb-43ed-920b-47caed15465f";
|
public const string DefaultTexture = "89556747-24cb-43ed-920b-47caed15465f";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue