diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index 3e51f7f..6e851cc 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -741,7 +741,7 @@ namespace OpenSim.Framework | |||
741 | int oldsizex, int oldsizey, int newsizex, int newsizey) | 741 | int oldsizex, int oldsizey, int newsizex, int newsizey) |
742 | { | 742 | { |
743 | // we still need to make sure we see new region 1stNeighbors | 743 | // we still need to make sure we see new region 1stNeighbors |
744 | 744 | drawdist--; | |
745 | oldx *= Constants.RegionSize; | 745 | oldx *= Constants.RegionSize; |
746 | newx *= Constants.RegionSize; | 746 | newx *= Constants.RegionSize; |
747 | if (oldx + oldsizex + drawdist < newx) | 747 | if (oldx + oldsizex + drawdist < newx) |