diff options
author | Justin Clarke Casey | 2008-10-16 13:17:31 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-16 13:17:31 +0000 |
commit | 67892343350a8af916ec4c16d341ad843550d54e (patch) | |
tree | c3dca2238934cda8f890942568c5882a04a06258 /OpenSim/Region/Environment/Scenes/Scene.cs | |
parent | * Releases the inter-region thread synchronization between physics in ODE on ... (diff) | |
download | opensim-SC_OLD-67892343350a8af916ec4c16d341ad843550d54e.zip opensim-SC_OLD-67892343350a8af916ec4c16d341ad843550d54e.tar.gz opensim-SC_OLD-67892343350a8af916ec4c16d341ad843550d54e.tar.bz2 opensim-SC_OLD-67892343350a8af916ec4c16d341ad843550d54e.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=2405
* Implement llGetRegionFPS()
* Thanks idb
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index e95b1d7..299d0da 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -196,6 +196,14 @@ namespace OpenSim.Region.Environment.Scenes | |||
196 | get { return m_timedilation; } | 196 | get { return m_timedilation; } |
197 | } | 197 | } |
198 | 198 | ||
199 | /// <summary> | ||
200 | /// This is for llGetRegionFPS | ||
201 | /// </summary> | ||
202 | public float SimulatorFPS | ||
203 | { | ||
204 | get { return m_statsReporter.getLastReportedSimFPS(); } | ||
205 | } | ||
206 | |||
199 | public int TimePhase | 207 | public int TimePhase |
200 | { | 208 | { |
201 | get { return m_timePhase; } | 209 | get { return m_timePhase; } |