diff options
author | Teravus Ovares | 2007-12-12 13:36:53 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-12-12 13:36:53 +0000 |
commit | 2fd2e0285ccc54cfc5cd211841d59e20c1afeb2e (patch) | |
tree | 0ade013c65e1888592d7f839fdae8160ca1b0492 /OpenSim/Framework/RegionInfo.cs | |
parent | * Added some simstats to fill the simulator pane of the Statistics monitor. (diff) | |
download | opensim-SC_OLD-2fd2e0285ccc54cfc5cd211841d59e20c1afeb2e.zip opensim-SC_OLD-2fd2e0285ccc54cfc5cd211841d59e20c1afeb2e.tar.gz opensim-SC_OLD-2fd2e0285ccc54cfc5cd211841d59e20c1afeb2e.tar.bz2 opensim-SC_OLD-2fd2e0285ccc54cfc5cd211841d59e20c1afeb2e.tar.xz |
* Killed hard coded heart after stats update
* Did some voodoo math on the sim FPS to make the values 0-50
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index bd896bd..fba78a9 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -213,7 +213,7 @@ namespace OpenSim.Framework | |||
213 | { | 213 | { |
214 | m_estateSettings = new EstateSettings(); | 214 | m_estateSettings = new EstateSettings(); |
215 | } | 215 | } |
216 | 216 | ||
217 | return m_estateSettings; | 217 | return m_estateSettings; |
218 | } | 218 | } |
219 | } | 219 | } |