mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-15 03:20:30 +00:00
Ignore invalid inspection
This commit is contained in:
@@ -73,6 +73,7 @@ namespace osu.Framework.Audio.Sample
|
||||
|
||||
protected override void UpdateState()
|
||||
{
|
||||
// ReSharper disable once InconsistentlySynchronizedField (synchronisation not necessary for count check).
|
||||
FrameStatistics.Add(StatisticsCounterType.Samples, factories.Count);
|
||||
base.UpdateState();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user