This commit is contained in:
David Zhao
2019-06-10 18:40:49 +09:00
parent 1aa865c3fb
commit 41e3e2222b

View File

@ -219,7 +219,7 @@ namespace osu.Game.Tests.Visual.SongSelect
AddStep("Setup counter", () =>
{
beatmapChangedCount = 0;
songSelect.Carousel.BeatmapSetsChanged += () => beatmapChangedCount++;
songSelect.Carousel.SelectionChanged += _ => beatmapChangedCount++;
});
AddRepeatStep($"Create beatmaps {test_count} times", () =>
{