1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00
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", () =>
{