mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:02:55 +08:00
Fix regressing tests
This commit is contained in:
parent
5340d1de59
commit
345eaff76d
@ -76,6 +76,8 @@ namespace osu.Game.Tests.Gameplay
|
||||
: base(new TestHitObjectWithCombo())
|
||||
{
|
||||
}
|
||||
|
||||
protected override void UpdateComboColour(Color4 proposedColour, IReadOnlyList<Color4> comboColours) => AccentColour.Value = proposedColour;
|
||||
}
|
||||
|
||||
private class TestHitObjectWithCombo : HitObject, IHasComboInformation
|
||||
|
Loading…
Reference in New Issue
Block a user