mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user