aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-05-04 15:38:36 +0000
committerJustin Clarke Casey2009-05-04 15:38:36 +0000
commit257fc5515ac9cb36032c2f44f040c3620ed2f328 (patch)
tree167d99d28167e6ab36a96bccf22fbef0b9f0cce1 /OpenSim/Region/Framework/Scenes/Scene.cs
parentPrebuild changes to allow the console to reference the http server (diff)
downloadopensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.zip
opensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.gz
opensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.bz2
opensim-SC_OLD-257fc5515ac9cb36032c2f44f040c3620ed2f328.tar.xz
* minor: remove some mono compiler warnings, minor cleanup
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 9f99305..4dc1661 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -148,8 +148,6 @@ namespace OpenSim.Region.Framework.Scenes
148 protected float m_timespan = 0.089f; 148 protected float m_timespan = 0.089f;
149 protected DateTime m_lastupdate = DateTime.Now; 149 protected DateTime m_lastupdate = DateTime.Now;
150 150
151 protected float m_timedilation = 1.0f;
152
153 private int m_update_physics = 1; 151 private int m_update_physics = 1;
154 private int m_update_entitymovement = 1; 152 private int m_update_entitymovement = 1;
155 private int m_update_entities = 1; // Run through all objects checking for updates 153 private int m_update_entities = 1; // Run through all objects checking for updates
@@ -230,11 +228,6 @@ namespace OpenSim.Region.Framework.Scenes
230 get { return m_sceneGraph.m_syncRoot; } 228 get { return m_sceneGraph.m_syncRoot; }
231 } 229 }
232 230
233 public float TimeDilation
234 {
235 get { return m_timedilation; }
236 }
237
238 public int MaxPrimsPerFrame 231 public int MaxPrimsPerFrame
239 { 232 {
240 get { return m_maxPrimsPerFrame; } 233 get { return m_maxPrimsPerFrame; }