mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
* minor: remove some mono compiler warnings, minor cleanup
This commit is contained in:
@@ -110,14 +110,14 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public float TimeDilation
|
||||
{
|
||||
get { return 1.0f; }
|
||||
get { return m_timedilation; }
|
||||
}
|
||||
protected float m_timedilation = 1.0f;
|
||||
|
||||
protected ulong m_regionHandle;
|
||||
protected string m_regionName;
|
||||
protected RegionInfo m_regInfo;
|
||||
|
||||
//public TerrainEngine Terrain;
|
||||
public ITerrainChannel Heightmap;
|
||||
|
||||
/// <value>
|
||||
|
||||
Reference in New Issue
Block a user