mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +08:00
Dispose ScrollingTeam
s on removal
This commit is contained in:
parent
778d767a12
commit
b43995269a
@ -170,7 +170,7 @@ namespace osu.Game.Tournament.Screens.Drawings.Components
|
|||||||
|
|
||||||
availableTeams.Add(team);
|
availableTeams.Add(team);
|
||||||
|
|
||||||
RemoveAll(c => c is ScrollingTeam, false);
|
RemoveAll(c => c is ScrollingTeam, true);
|
||||||
setScrollState(ScrollState.Idle);
|
setScrollState(ScrollState.Idle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user