mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Replace copy-constructor/method with extension method
This commit is contained in:
@ -58,7 +58,7 @@ namespace osu.Game.Screens.Multi.Components
|
||||
if (beatmap == null)
|
||||
textFlow.AddText("No beatmap selected", s =>
|
||||
{
|
||||
s.Font = OsuFont.GetFont(s.Font, size: TextSize);
|
||||
s.Font = s.Font.With(size: TextSize);
|
||||
s.Colour = colours.PinkLight;
|
||||
});
|
||||
else
|
||||
|
Reference in New Issue
Block a user