1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00
This commit is contained in:
David Zhao 2019-06-11 15:51:14 +09:00
parent d4ba67747b
commit 975bb3db8a
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
osu

View File

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