1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 09:43:10 +08:00

Trim whitespace.

This commit is contained in:
Lucas A 2020-05-07 09:39:14 +02:00
parent 83be5455d3
commit 83998d5ba5

View File

@ -489,7 +489,7 @@ namespace osu.Game.Rulesets.UI
/// <summary> /// <summary>
/// Whether to display the HUD with this ruleset. /// Whether to display the HUD with this ruleset.
/// Override to false to completely disable the display of the HUD with this ruleset. /// Override to false to completely disable the display of the HUD with this ruleset.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// HUD refers here to <see cref="HUDOverlay"/> in player as well as <see cref="BreakOverlay"/>. /// HUD refers here to <see cref="HUDOverlay"/> in player as well as <see cref="BreakOverlay"/>.