From 91e8fc50d3bc9873a4c784197f989c2a8f7d1ab4 Mon Sep 17 00:00:00 2001 From: "Huaiyu (Kitty) Liu" Date: Tue, 1 Mar 2011 14:50:33 -0800 Subject: [PATCH] Change Constants.RegionSize back to 256. --- OpenSim/Framework/Constants.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenSim/Framework/Constants.cs b/OpenSim/Framework/Constants.cs index cdef2ded75..1b1aaf2bc4 100644 --- a/OpenSim/Framework/Constants.cs +++ b/OpenSim/Framework/Constants.cs @@ -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";