1
0
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:
Bartłomiej Dach 2021-08-16 01:01:56 +02:00
parent 6108451449
commit e744629a41
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -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);
}
}