mirror of
https://github.com/ppy/osu
synced 2025-01-11 08:39:31 +00:00
Fix osu! icon font name mismatch
This commit is contained in:
parent
bc1077ed73
commit
bcd51afea1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user