1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 12:00:05 +08:00

Remove mention of direct from xmldoc

This commit is contained in:
Bartłomiej Dach
2021-07-03 15:22:03 +02:00
Unverified
parent 362816492f
commit 16d08df5e2
+1 -1
View File
@@ -367,7 +367,7 @@ namespace osu.Game
public void ShowBeatmap(int beatmapId) => waitForReady(() => beatmapSetOverlay, _ => beatmapSetOverlay.FetchAndShowBeatmap(beatmapId));
/// <summary>
/// Show Direct with a query.
/// Shows the beatmap listing overlay, with the given <paramref name="query"/> in the search box.
/// </summary>
/// <param name="query">The query to search for.</param>
public void SearchBeatmapSet(string query) => waitForReady(() => beatmapListing, _ => beatmapListing.ShowWithSearch(query));