mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Remove incorrect xmldoc from SelectBeatmap function
This commit is contained in:
@ -201,9 +201,6 @@ namespace osu.Game.Screens.Select
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Selects a given beatmap on the carousel.
|
/// Selects a given beatmap on the carousel.
|
||||||
///
|
|
||||||
/// If bypassFilters is false, we will try to select another unfiltered beatmap in the same set. If the
|
|
||||||
/// entire set is filtered, no selection is made.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="beatmap">The beatmap to select.</param>
|
/// <param name="beatmap">The beatmap to select.</param>
|
||||||
/// <param name="bypassFilters">Whether to select the beatmap even if it is filtered (i.e., not visible on carousel).</param>
|
/// <param name="bypassFilters">Whether to select the beatmap even if it is filtered (i.e., not visible on carousel).</param>
|
||||||
|
Reference in New Issue
Block a user