mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09: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…
x
Reference in New Issue
Block a user