aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-28 14:44:05 -0700
committerJohn Hurliman2009-10-28 14:44:05 -0700
commita069a1ee683f67405ae66205662bb8129087030b (patch)
treef054ee5f61a13cb3c85cef368d453bafbfeaaf64 /OpenSim/Region/Framework
parent* Standalone logins will now go through the sequence of "requested region, de... (diff)
downloadopensim-SC_OLD-a069a1ee683f67405ae66205662bb8129087030b.zip
opensim-SC_OLD-a069a1ee683f67405ae66205662bb8129087030b.tar.gz
opensim-SC_OLD-a069a1ee683f67405ae66205662bb8129087030b.tar.bz2
opensim-SC_OLD-a069a1ee683f67405ae66205662bb8129087030b.tar.xz
Limit physics time dilation to 1.0
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index 3b8cd1e..8b0431c 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -135,7 +135,7 @@ namespace OpenSim.Region.Framework.Scenes
135 protected SceneCommunicationService m_sceneGridService; 135 protected SceneCommunicationService m_sceneGridService;
136 public bool loginsdisabled = true; 136 public bool loginsdisabled = true;
137 137
138 public float TimeDilation 138 public new float TimeDilation
139 { 139 {
140 get { return m_sceneGraph.PhysicsScene.TimeDilation; } 140 get { return m_sceneGraph.PhysicsScene.TimeDilation; }
141 } 141 }