mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 22:22:54 +08:00
Fix broken obsoletion message
This commit is contained in:
parent
6108451449
commit
e744629a41
@ -24,7 +24,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
/// <summary>
|
||||
/// Adds combo colours to the list.
|
||||
/// </summary>
|
||||
[Obsolete("Use SkinConfiguration.ComboColours directly.")] // can be removed 20220215
|
||||
[Obsolete("Use CustomComboColours directly.")] // can be removed 20220215
|
||||
void AddComboColours(params Color4[] colours);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user