mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Removed newline at end
This commit is contained in:
parent
bf0184c06d
commit
1d41e7cc8a
@ -229,7 +229,7 @@ namespace osu.Game.Screens.Multiplayer
|
|||||||
{
|
{
|
||||||
coverContainer.FadeIn(transition_duration);
|
coverContainer.FadeIn(transition_duration);
|
||||||
|
|
||||||
|
|
||||||
LoadComponentAsync(new BeatmapSetCover(value.BeatmapSet)
|
LoadComponentAsync(new BeatmapSetCover(value.BeatmapSet)
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
@ -260,4 +260,4 @@ namespace osu.Game.Screens.Multiplayer
|
|||||||
participantInfo.Participants = value;
|
participantInfo.Participants = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user