mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:01:22 +08:00
Make UpdateColours method protected
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user