diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index 9d8582f..6510a0c 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs | |||
@@ -110,14 +110,14 @@ namespace OpenSim.Region.Framework.Scenes | |||
110 | 110 | ||
111 | public float TimeDilation | 111 | public float TimeDilation |
112 | { | 112 | { |
113 | get { return 1.0f; } | 113 | get { return m_timedilation; } |
114 | } | 114 | } |
115 | protected float m_timedilation = 1.0f; | ||
115 | 116 | ||
116 | protected ulong m_regionHandle; | 117 | protected ulong m_regionHandle; |
117 | protected string m_regionName; | 118 | protected string m_regionName; |
118 | protected RegionInfo m_regInfo; | 119 | protected RegionInfo m_regInfo; |
119 | 120 | ||
120 | //public TerrainEngine Terrain; | ||
121 | public ITerrainChannel Heightmap; | 121 | public ITerrainChannel Heightmap; |
122 | 122 | ||
123 | /// <value> | 123 | /// <value> |