fix a 1m diference in regions view range estimations

LSLKeyTest
UbitUmarov 2015-12-03 01:13:54 +00:00
parent d5e21a0ad2
commit c903e3afd0
1 changed files with 1 additions and 1 deletions

View File

@ -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)