1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 15:44:25 +08:00

Fix osu! icon font name mismatch

This commit is contained in:
Dean Herbert
2019-04-02 19:55:46 +09:00
Unverified
parent bc1077ed73
commit bcd51afea1
+1 -1
View File
@@ -7,7 +7,7 @@ namespace osu.Game.Graphics
{
public static class OsuIcon
{
public static IconUsage Get(int icon) => new IconUsage((char)icon, "OsuFont");
public static IconUsage Get(int icon) => new IconUsage((char)icon, "osuFont");
// ruleset icons in circles
public static IconUsage RulesetOsu => Get(0xe000);