mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:59:52 +08:00
Fix regression of avatar animation
This commit is contained in:
@@ -185,6 +185,8 @@ namespace osu.Game.Screens.OnlinePlay.Matchmaking.Match
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = avatar = new Container
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = avatarQuitTarget = new BufferedContainer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user