Make reported sim fps more accurate, in line with frame time ms

Also remove some unused fields and improve naming on others.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-05 22:08:56 +01:00
parent 3142982353
commit 7d033187d8
3 changed files with 36 additions and 24 deletions

View File

@@ -174,6 +174,11 @@ namespace OpenSim.Region.Framework.Scenes
});
}
/// <summary>
/// Perform a physics frame update.
/// </summary>
/// <param name="elapsed"></param>
/// <returns></returns>
protected internal float UpdatePhysics(double elapsed)
{
lock (m_syncRoot)