From c903e3afd0bbe0d46f00c78f49ac068cbba5dee5 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 3 Dec 2015 01:13:54 +0000 Subject: [PATCH] fix a 1m diference in regions view range estimations --- OpenSim/Framework/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)