mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Clear count variables on carousel creation
This commit is contained in:
parent
af01d8ca34
commit
22c3be2c6f
@ -452,6 +452,9 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
{
|
||||
AddStep("Create carousel", () =>
|
||||
{
|
||||
selectedSets.Clear();
|
||||
eagerSelectedIDs.Clear();
|
||||
|
||||
(target ?? this).Child = carousel = new TestBeatmapCarousel
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
Loading…
Reference in New Issue
Block a user