mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Small fixes and style corrections
This commit is contained in:
@ -338,11 +338,7 @@ namespace osu.Game.Screens.Multiplayer
|
||||
FillMode = FillMode.Fill,
|
||||
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
|
||||
},
|
||||
bsc =>
|
||||
{
|
||||
bsc.RelativeSizeAxes = Axes.Both;
|
||||
coverContainer.Add(bsc);
|
||||
});
|
||||
bsc => coverContainer.Add(bsc));
|
||||
|
||||
beatmapTitle.Current = localisation.GetUnicodePreference(value.Metadata.TitleUnicode, value.Metadata.Title);
|
||||
beatmapDash.Text = @" - ";
|
||||
|
Reference in New Issue
Block a user