diff options
author | Melanie | 2011-10-12 07:24:26 +0100 |
---|---|---|
committer | Melanie | 2011-10-12 07:24:26 +0100 |
commit | de109797f2d21985902d9d9275409e1353a4d617 (patch) | |
tree | f12296907d1313c948cc9731904758b004402939 /OpenSim/Region/Framework | |
parent | Merge commit '19096bd391ac88bbccda00e4660a061020118bb9' into bigmerge (diff) | |
parent | Add other region stats (total frame time, physics fps, etc.) currently missin... (diff) | |
download | opensim-SC-de109797f2d21985902d9d9275409e1353a4d617.zip opensim-SC-de109797f2d21985902d9d9275409e1353a4d617.tar.gz opensim-SC-de109797f2d21985902d9d9275409e1353a4d617.tar.bz2 opensim-SC-de109797f2d21985902d9d9275409e1353a4d617.tar.xz |
Merge commit '62aad4c18f1ebc0780ce47cf179f3d5550ff0837' into bigmerge
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs index b9d38d0..8e1c8f0 100644 --- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | |||
@@ -52,7 +52,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
52 | 52 | ||
53 | private YourStatsAreWrong handlerStatsIncorrect = null; | 53 | private YourStatsAreWrong handlerStatsIncorrect = null; |
54 | 54 | ||
55 | private enum Stats : uint | 55 | public enum Stats : uint |
56 | { | 56 | { |
57 | TimeDilation = 0, | 57 | TimeDilation = 0, |
58 | SimFPS = 1, | 58 | SimFPS = 1, |