diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/Interfaces/IGridService.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Services/Interfaces/IGridService.cs b/OpenSim/Services/Interfaces/IGridService.cs index 651bd97..59d6167 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -220,6 +220,8 @@ namespace OpenSim.Services.Interfaces | |||
220 | 220 | ||
221 | public GridRegion() | 221 | public GridRegion() |
222 | { | 222 | { |
223 | RegionSizeX = (int)Constants.RegionSize; | ||
224 | RegionSizeY = (int)Constants.RegionSize; | ||
223 | m_serverURI = string.Empty; | 225 | m_serverURI = string.Empty; |
224 | } | 226 | } |
225 | 227 | ||