diff options
author | Justin Clarke Casey | 2009-05-04 15:38:36 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-05-04 15:38:36 +0000 |
commit | 257fc5515ac9cb36032c2f44f040c3620ed2f328 (patch) | |
tree | 167d99d28167e6ab36a96bccf22fbef0b9f0cce1 /OpenSim/Region/Framework/Scenes/SceneBase.cs | |
parent | Prebuild changes to allow the console to reference the http server (diff) | |
download | opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.zip opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.gz opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.bz2 opensim-SC-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.xz |
* minor: remove some mono compiler warnings, minor cleanup
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> |