1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Disable unnecessary inspection

This commit is contained in:
Dean Herbert 2020-12-01 01:37:53 +09:00
parent b401259f84
commit 07e14b1267

View File

@ -688,6 +688,7 @@ namespace osu.Game.Tests.Visual.SongSelect
AddStep("unbind beatmap changed", () => Beatmap.ValueChanged -= onChange);
AddStep("change convert setting", () => config.Set(OsuSetting.ShowConvertedBeatmaps, true));
// ReSharper disable once AccessToModifiedClosure
void onChange(ValueChangedEvent<WorkingBeatmap> valueChangedEvent) => changeCount++;
}