Remove mention of direct from xmldoc

This commit is contained in:
Bartłomiej Dach
2021-07-03 15:22:03 +02:00
parent 362816492f
commit 16d08df5e2

View File

@ -367,7 +367,7 @@ namespace osu.Game
public void ShowBeatmap(int beatmapId) => waitForReady(() => beatmapSetOverlay, _ => beatmapSetOverlay.FetchAndShowBeatmap(beatmapId)); public void ShowBeatmap(int beatmapId) => waitForReady(() => beatmapSetOverlay, _ => beatmapSetOverlay.FetchAndShowBeatmap(beatmapId));
/// <summary> /// <summary>
/// Show Direct with a query. /// Shows the beatmap listing overlay, with the given <paramref name="query"/> in the search box.
/// </summary> /// </summary>
/// <param name="query">The query to search for.</param> /// <param name="query">The query to search for.</param>
public void SearchBeatmapSet(string query) => waitForReady(() => beatmapListing, _ => beatmapListing.ShowWithSearch(query)); public void SearchBeatmapSet(string query) => waitForReady(() => beatmapListing, _ => beatmapListing.ShowWithSearch(query));