1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 07:19:53 +08:00

Fix typo in font name declaration.

This commit is contained in:
Dean Herbert
2017-03-21 22:51:49 +09:00
committed by GitHub
Unverified
parent 993f68bc61
commit 0b2bb2ea0e
+1 -1
View File
@@ -160,7 +160,7 @@ namespace osu.Game.Screens.Tournament
Text = "Control Panel",
TextSize = 22f,
Font = "Exo2.0-Boldd"
Font = "Exo2.0-Bold"
},
new FillFlowContainer
{