Fix unfixed regressions

This commit is contained in:
Dean Herbert
2017-11-23 20:23:47 +09:00
parent 6d88396139
commit 9db6ef6657
3 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Users
/// </summary>
public class UpdateableAvatar : Container
{
private Container displayedAvatar;
private Drawable displayedAvatar;
private User user;
@ -45,7 +45,7 @@ namespace osu.Game.Users
{
RelativeSizeAxes = Axes.Both,
OnLoadComplete = d => d.FadeInFromZero(200),
}, 500)
})
);
}
}