mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:43:20 +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>
|
/// <summary>
|
||||||
/// Adds combo colours to the list.
|
/// Adds combo colours to the list.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("Use SkinConfiguration.ComboColours directly.")] // can be removed 20220215
|
[Obsolete("Use CustomComboColours directly.")] // can be removed 20220215
|
||||||
void AddComboColours(params Color4[] colours);
|
void AddComboColours(params Color4[] colours);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user