aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index ae189b5..20c0622 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -400,11 +400,11 @@ namespace OpenSim.Region.Framework.Scenes
400 { 400 {
401 get { return StatsReporter.getLastReportedSimFPS(); } 401 get { return StatsReporter.getLastReportedSimFPS(); }
402 } 402 }
403 403
404 public float[] SimulatorStats 404 public float[] SimulatorStats
405 { 405 {
406 get { return StatsReporter.getLastReportedSimStats(); } 406 get { return StatsReporter.getLastReportedSimStats(); }
407 } 407 }
408 408
409 public string DefaultScriptEngine 409 public string DefaultScriptEngine
410 { 410 {