mirror of
https://github.com/ppy/osu
synced 2025-01-31 02:12:03 +00:00
Remove animation from ModeTypeInfo layout (was causing visual issues).
This commit is contained in:
parent
df74a84b35
commit
24283b9500
@ -61,11 +61,8 @@ namespace osu.Game.Screens.Multiplayer
|
||||
{
|
||||
new FillFlowContainer
|
||||
{
|
||||
Anchor = Anchor.BottomRight,
|
||||
Origin = Anchor.BottomRight,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Horizontal,
|
||||
LayoutDuration = transition_duration,
|
||||
Spacing = new Vector2(5f, 0f),
|
||||
Children = new[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user