mirror of
https://github.com/ppy/osu
synced 2025-02-18 03:16:57 +00:00
Fix incorrect xmldoc of IBeatmapInfo.Length
This commit is contained in:
parent
fc07705809
commit
fdebf93ae4
@ -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; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user