diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 36c5c52..11c2a78 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -174,6 +174,11 @@ namespace OpenSim.Region.Framework.Scenes | |||
174 | }); | 174 | }); |
175 | } | 175 | } |
176 | 176 | ||
177 | /// <summary> | ||
178 | /// Perform a physics frame update. | ||
179 | /// </summary> | ||
180 | /// <param name="elapsed"></param> | ||
181 | /// <returns></returns> | ||
177 | protected internal float UpdatePhysics(double elapsed) | 182 | protected internal float UpdatePhysics(double elapsed) |
178 | { | 183 | { |
179 | lock (m_syncRoot) | 184 | lock (m_syncRoot) |