diff options
author | Justin Clark-Casey (justincc) | 2011-10-05 22:08:56 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-05 22:08:56 +0100 |
commit | 7d033187d8fd49d9a38531061c38783e81d69f5b (patch) | |
tree | fbac35fcb4e28425c4b0d1baf059fcb4087a8278 /OpenSim/Region/Framework/Scenes/SceneGraph.cs | |
parent | Removed redundant scene presence lookups in HGMessageTransferModule (diff) | |
download | opensim-SC-7d033187d8fd49d9a38531061c38783e81d69f5b.zip opensim-SC-7d033187d8fd49d9a38531061c38783e81d69f5b.tar.gz opensim-SC-7d033187d8fd49d9a38531061c38783e81d69f5b.tar.bz2 opensim-SC-7d033187d8fd49d9a38531061c38783e81d69f5b.tar.xz |
Make reported sim fps more accurate, in line with frame time ms
Also remove some unused fields and improve naming on others.
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) |