diff options
Diffstat (limited to 'OpenSim/Services')
-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 ed5189a..502630d 100644 --- a/OpenSim/Services/Interfaces/IGridService.cs +++ b/OpenSim/Services/Interfaces/IGridService.cs | |||
@@ -227,6 +227,8 @@ namespace OpenSim.Services.Interfaces | |||
227 | 227 | ||
228 | public GridRegion() | 228 | public GridRegion() |
229 | { | 229 | { |
230 | RegionSizeX = (int)Constants.RegionSize; | ||
231 | RegionSizeY = (int)Constants.RegionSize; | ||
230 | m_serverURI = string.Empty; | 232 | m_serverURI = string.Empty; |
231 | } | 233 | } |
232 | 234 | ||