mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Trim empty remarks xmldoc tag
This commit is contained in:
parent
713c169332
commit
d706073e01
@ -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),
|
/// 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.
|
/// a certain number of samples are allowed to be played concurrently so that it feels better when spam-pressing the key.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
|
||||||
///
|
|
||||||
/// </remarks>
|
|
||||||
private const int max_concurrent_hitsounds = OsuGameBase.SAMPLE_CONCURRENCY;
|
private const int max_concurrent_hitsounds = OsuGameBase.SAMPLE_CONCURRENCY;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user