diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 3e51f7faca..6e851cc1c0 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs @@ -741,7 +741,7 @@ namespace OpenSim.Framework int oldsizex, int oldsizey, int newsizex, int newsizey) { // we still need to make sure we see new region 1stNeighbors - + drawdist--; oldx *= Constants.RegionSize; newx *= Constants.RegionSize; if (oldx + oldsizex + drawdist < newx)