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 d1ee990..afa6e89 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -188,6 +188,11 @@ namespace OpenSim.Region.Framework.Scenes | |||
188 | }); | 188 | }); |
189 | } | 189 | } |
190 | 190 | ||
191 | /// <summary> | ||
192 | /// Perform a physics frame update. | ||
193 | /// </summary> | ||
194 | /// <param name="elapsed"></param> | ||
195 | /// <returns></returns> | ||
191 | protected internal float UpdatePhysics(double elapsed) | 196 | protected internal float UpdatePhysics(double elapsed) |
192 | { | 197 | { |
193 | lock (m_syncRoot) | 198 | lock (m_syncRoot) |