mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix issue where stat samples were accidentally static, so that any additional stat with sampling would produce wrong results
This commit is contained in:
@@ -95,7 +95,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
/// <remarks>
|
||||
/// Will be null if no measures of interest require samples.
|
||||
/// </remarks>
|
||||
private static Queue<double> m_samples;
|
||||
private Queue<double> m_samples;
|
||||
|
||||
/// <summary>
|
||||
/// Maximum number of statistical samples.
|
||||
|
||||
Reference in New Issue
Block a user