mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix typo.
This commit is contained in:
@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Mods
|
||||
|
||||
foreach (ModButton button in value)
|
||||
{
|
||||
button.ButtonColour = BottonColour;
|
||||
button.ButtonColour = ButtonColour;
|
||||
button.SelectedColour = selectedColour;
|
||||
button.Action = this.Action;
|
||||
}
|
||||
@ -60,7 +60,7 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
|
||||
private Color4 buttonsBolour = Color4.White;
|
||||
public Color4 BottonColour
|
||||
public Color4 ButtonColour
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user