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