1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Clear count variables on carousel creation

This commit is contained in:
Dean Herbert 2019-11-15 11:18:19 +09:00
parent af01d8ca34
commit 22c3be2c6f

View File

@ -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,