mirror of
https://github.com/ppy/osu
synced 2025-02-03 20:02:16 +00:00
Make UpdateColours
method protected
This commit is contained in:
parent
102da0f98c
commit
4eb4d35e2f
@ -100,7 +100,10 @@ namespace osu.Game.Overlays
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateColours()
|
||||
/// <summary>
|
||||
/// Updates the colours of the background and the top waves with the latest colour shades provided by <see cref="ColourProvider"/>.
|
||||
/// </summary>
|
||||
protected void UpdateColours()
|
||||
{
|
||||
Waves.FirstWaveColour = ColourProvider.Light4;
|
||||
Waves.SecondWaveColour = ColourProvider.Light3;
|
||||
|
Loading…
Reference in New Issue
Block a user