Merge GlobalSkinConfiguration settings into the LegacySetting enum

This commit is contained in:
Salman Ahmed
2020-07-29 10:34:09 +03:00
parent 91ce06aaa7
commit 5439099b7c
7 changed files with 15 additions and 28 deletions

View File

@ -434,7 +434,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
/// </summary>
/// <remarks>
/// Layered hit samples are automatically added in all modes (except osu!mania), but can be disabled
/// using the <see cref="GlobalSkinConfiguration.LayeredHitSounds"/> skin config option.
/// using the <see cref="LegacySkinConfiguration.LegacySetting.LayeredHitSounds"/> skin config option.
/// </remarks>
public bool IsLayered { get; set; }
}