diff options
author | John Hurliman | 2009-10-28 14:44:05 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-28 14:44:05 -0700 |
commit | a069a1ee683f67405ae66205662bb8129087030b (patch) | |
tree | f054ee5f61a13cb3c85cef368d453bafbfeaaf64 /OpenSim/Region/Framework/Scenes/Scene.cs | |
parent | * Standalone logins will now go through the sequence of "requested region, de... (diff) | |
download | opensim-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/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
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 | } |