1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 14:13:18 +08:00

Remove "temporarily"

This commit is contained in:
Salman Ahmed 2021-05-31 07:24:59 +03:00
parent 3fbd4e276d
commit fb111e23d8

View File

@ -51,7 +51,7 @@ namespace osu.Game.Screens.Play.HUD
/// Changes the visibility state of the combo counter internally without affecting its <see cref="SkinnableInfo"/>. /// Changes the visibility state of the combo counter internally without affecting its <see cref="SkinnableInfo"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This is temporarily done for rulesets that provide their own combo counter and don't want the HUD one to be visible, /// This is used for rulesets that provide their own combo counter and don't want the HUD one to be visible,
/// without potentially affecting the user's selected skin. /// without potentially affecting the user's selected skin.
/// </remarks> /// </remarks>
public bool ContentVisible public bool ContentVisible