1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 00:44:18 +08:00
This commit is contained in:
David Zhao
2019-06-10 18:40:49 +09:00
Unverified
parent 1aa865c3fb
commit 41e3e2222b
@@ -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", () =>
{