mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09: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…
x
Reference in New Issue
Block a user