Fix incorrect xmldoc of IBeatmapInfo.Length

This commit is contained in:
Joseph Madamba 2023-06-17 14:55:27 -07:00
parent fc07705809
commit fdebf93ae4
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -33,7 +33,7 @@ namespace osu.Game.Beatmaps
IBeatmapSetInfo? BeatmapSet { get; } IBeatmapSetInfo? BeatmapSet { get; }
/// <summary> /// <summary>
/// The playable length in milliseconds of this beatmap. /// The total length in milliseconds of this beatmap.
/// </summary> /// </summary>
double Length { get; } double Length { get; }