mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
cleanup
This commit is contained in:
parent
d4ba67747b
commit
975bb3db8a
@ -1 +0,0 @@
|
||||
osu
|
@ -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", () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user