Rename FlushAnimation to FlushPendingSelections to better match purpose

This commit is contained in:
Dean Herbert
2022-05-04 19:40:08 +09:00
parent f5fa41356e
commit 3eead5a6a3
4 changed files with 6 additions and 6 deletions

View File

@ -369,7 +369,7 @@ namespace osu.Game.Overlays.Mods
foreach (var section in ModSectionsContainer)
{
section.FlushAnimation();
section.FlushPendingSelections();
}
FooterContainer.MoveToX(content_width, WaveContainer.DISAPPEAR_DURATION, Easing.InSine);