Change Constants.RegionSize back to 256.

dsg
Huaiyu (Kitty) Liu 2011-03-01 14:50:33 -08:00
parent a5c55a19ef
commit 91e8fc50d3
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ namespace OpenSim.Framework
{
public class Constants
{
//public const uint RegionSize = 256;
public const uint RegionSize = 512;
public const uint RegionSize = 256;
public const byte TerrainPatchSize = 16;
public const string DefaultTexture = "89556747-24cb-43ed-920b-47caed15465f";