mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +08:00
Fix weird formatting
This commit is contained in:
parent
269077f854
commit
381ddb0676
@ -494,8 +494,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
public FontUsage Font
|
public FontUsage Font
|
||||||
{
|
{
|
||||||
set =>
|
set => Schedule(() =>
|
||||||
Schedule(() =>
|
|
||||||
{
|
{
|
||||||
mainSpriteText.Font = value;
|
mainSpriteText.Font = value;
|
||||||
fillerSpriteText.Font = value;
|
fillerSpriteText.Font = value;
|
||||||
|
Loading…
Reference in New Issue
Block a user