mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 17:03:58 +08:00
Fix osu! icon font name mismatch
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user