1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:23:22 +08:00

Trim empty remarks xmldoc tag

This commit is contained in:
Bartłomiej Dach 2021-05-11 23:08:50 +02:00
parent 713c169332
commit d706073e01

View File

@ -31,9 +31,6 @@ namespace osu.Game.Rulesets.Mania.UI
/// For hitsounds played by this <see cref="Column"/> (i.e. not as a result of hitting a hitobject),
/// a certain number of samples are allowed to be played concurrently so that it feels better when spam-pressing the key.
/// </summary>
/// <remarks>
///
/// </remarks>
private const int max_concurrent_hitsounds = OsuGameBase.SAMPLE_CONCURRENCY;
/// <summary>