Rename Stop to StopAnyPlaying for clarity

This commit is contained in:
Dean Herbert
2018-06-22 12:35:43 +09:00
parent 4b2b1f51f9
commit 73e13e2d63
4 changed files with 9 additions and 9 deletions

View File

@ -262,7 +262,7 @@ namespace osu.Game.Overlays
if (Header.Tabs.Current.Value == DirectTab.Search && (Filter.Search.Text == string.Empty || currentQuery == string.Empty)) return;
previewTrackManager.Stop(this);
previewTrackManager.StopAnyPlaying(this);
getSetsRequest = new SearchBeatmapSetsRequest(currentQuery.Value ?? string.Empty,
((FilterControl)Filter).Ruleset.Value,