mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
add helper SimulatorFeaturesModulr OpenSimExtraFeatureContains plus cosmetics
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public int Width { get { return m_terrainData.SizeX; } } // X dimension
|
||||
// Unfortunately, for historical reasons, in this module 'Width' is X and 'Height' is Y
|
||||
public int Height { get { return m_terrainData.SizeY; } } // Y dimension
|
||||
public int Altitude { get { return m_terrainData.SizeZ; } } // Y dimension
|
||||
public int Altitude { get { return 0; } } // Y dimension
|
||||
|
||||
|
||||
// Default, not-often-used builder
|
||||
|
||||
Reference in New Issue
Block a user