mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Replace copy-constructor/method with extension method
This commit is contained in:
@ -274,7 +274,7 @@ namespace osu.Game.Overlays.Mods
|
||||
},
|
||||
new OsuTextFlowContainer(text =>
|
||||
{
|
||||
text.Font = OsuFont.GetFont(text.Font, size: 18);
|
||||
text.Font = text.Font.With(size: 18);
|
||||
text.Shadow = true;
|
||||
})
|
||||
{
|
||||
|
Reference in New Issue
Block a user