mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
cleanup
This commit is contained in:
@ -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", () =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user