1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 09:22:54 +08:00

remove unnecessary update

This commit is contained in:
Aergwyn 2017-12-30 12:57:32 +01:00
parent 760d2aff4b
commit f03e064c43

View File

@ -82,8 +82,6 @@ namespace osu.Game.Overlays
currentQuery.BindTo(Filter.Search.Current);
Filter.Tabs.Current.ValueChanged += sortCriteria => Scheduler.AddOnce(updateSearch);
Scheduler.AddOnce(updateSearch); // so it displays something once it's first opened
}
[BackgroundDependencyLoader]