mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
fix a 1m diference in regions view range estimations
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user