mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix silly spelling mistake.
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Modes.UI
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void laod(OsuColour colours)
|
private void load(OsuColour colours)
|
||||||
{
|
{
|
||||||
fill.Colour = colours.BlueLighter;
|
fill.Colour = colours.BlueLighter;
|
||||||
fill.EdgeEffect = new EdgeEffect
|
fill.EdgeEffect = new EdgeEffect
|
||||||
|
Reference in New Issue
Block a user