mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Initialize default region size in GridRegion in the no parameter constructor
as is used by the grid connector tests.
This commit is contained in:
@@ -220,6 +220,8 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
public GridRegion()
|
||||
{
|
||||
RegionSizeX = (int)Constants.RegionSize;
|
||||
RegionSizeY = (int)Constants.RegionSize;
|
||||
m_serverURI = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user