mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 14:12:56 +08:00
Implementation fix (since the default delay is now 500 and not 0 this is necessary to ensure the same functionality)
This commit is contained in:
parent
18b0b77f0a
commit
d6f532171b
@ -65,7 +65,7 @@ namespace osu.Game.Users
|
|||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
FillMode = FillMode.Fill,
|
FillMode = FillMode.Fill,
|
||||||
OnLoadComplete = d => d.FadeInFromZero(200),
|
OnLoadComplete = d => d.FadeInFromZero(200),
|
||||||
}) { RelativeSizeAxes = Axes.Both },
|
}, 0) { RelativeSizeAxes = Axes.Both },
|
||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Loading…
Reference in New Issue
Block a user