mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 20:23:00 +08:00
Disable unnecessary inspection
This commit is contained in:
parent
b401259f84
commit
07e14b1267
@ -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++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user