Remove animation from ModeTypeInfo layout (was causing visual issues).

This commit is contained in:
DrabWeb 2017-06-27 22:22:14 -03:00
parent df74a84b35
commit 24283b9500

View File

@ -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[]
{