mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:43:25 +08:00
Fix typo in font name declaration.
This commit is contained in:
parent
993f68bc61
commit
0b2bb2ea0e
@ -160,7 +160,7 @@ namespace osu.Game.Screens.Tournament
|
|||||||
|
|
||||||
Text = "Control Panel",
|
Text = "Control Panel",
|
||||||
TextSize = 22f,
|
TextSize = 22f,
|
||||||
Font = "Exo2.0-Boldd"
|
Font = "Exo2.0-Bold"
|
||||||
},
|
},
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user