mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 07:09:54 +08:00
Dispose ScrollingTeams on removal
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user