1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Fix weird formatting

This commit is contained in:
Joseph Madamba 2024-05-02 17:05:12 -07:00
parent 269077f854
commit 381ddb0676

View File

@ -494,8 +494,7 @@ namespace osu.Game.Overlays
public FontUsage Font
{
set =>
Schedule(() =>
set => Schedule(() =>
{
mainSpriteText.Font = value;
fillerSpriteText.Font = value;