mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00: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);
|
||||
|
||||
RemoveAll(c => c is ScrollingTeam, false);
|
||||
RemoveAll(c => c is ScrollingTeam, true);
|
||||
setScrollState(ScrollState.Idle);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user