From 7d033187d8fd49d9a38531061c38783e81d69f5b Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Wed, 5 Oct 2011 22:08:56 +0100 Subject: Make reported sim fps more accurate, in line with frame time ms Also remove some unused fields and improve naming on others. --- OpenSim/Region/Framework/Scenes/SceneGraph.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs') 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 }); } + /// + /// Perform a physics frame update. + /// + /// + /// protected internal float UpdatePhysics(double elapsed) { lock (m_syncRoot) -- cgit v1.1