mirror of
https://github.com/osukey/osukey.git
synced 2025-07-31 15:15:27 +09:00
Clear count variables on carousel creation
This commit is contained in:
@ -452,6 +452,9 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
{
|
{
|
||||||
AddStep("Create carousel", () =>
|
AddStep("Create carousel", () =>
|
||||||
{
|
{
|
||||||
|
selectedSets.Clear();
|
||||||
|
eagerSelectedIDs.Clear();
|
||||||
|
|
||||||
(target ?? this).Child = carousel = new TestBeatmapCarousel
|
(target ?? this).Child = carousel = new TestBeatmapCarousel
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Reference in New Issue
Block a user