diff options
author | Teravus Ovares (Dan Olivares) | 2009-12-01 11:35:32 -0500 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-12-01 11:35:32 -0500 |
commit | d2c1610d170eae5a3ed347b96f7ebf2fba7e0949 (patch) | |
tree | 7b853acc68c786add9a4f2076848725b33a2c4d3 /OpenSim/Region | |
parent | * Fix Inconsistent line ending style on Scene (diff) | |
download | opensim-SC_OLD-d2c1610d170eae5a3ed347b96f7ebf2fba7e0949.zip opensim-SC_OLD-d2c1610d170eae5a3ed347b96f7ebf2fba7e0949.tar.gz opensim-SC_OLD-d2c1610d170eae5a3ed347b96f7ebf2fba7e0949.tar.bz2 opensim-SC_OLD-d2c1610d170eae5a3ed347b96f7ebf2fba7e0949.tar.xz |
* Test Autoconvert line ending on my repo..
Diffstat (limited to 'OpenSim/Region')
-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 51c5992..e368c2a 100644 --- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | |||
@@ -75,7 +75,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
75 | UnAckedBytes = 24, | 75 | UnAckedBytes = 24, |
76 | } | 76 | } |
77 | 77 | ||
78 | // Sending a stats update every 3 seconds | 78 | // Sending a stats update every 3 seconds- |
79 | private int statsUpdatesEveryMS = 3000; | 79 | private int statsUpdatesEveryMS = 3000; |
80 | private float statsUpdateFactor = 0; | 80 | private float statsUpdateFactor = 0; |
81 | private float m_timeDilation = 0; | 81 | private float m_timeDilation = 0; |