1
0
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:
Dean Herbert
2025-10-28 15:41:40 +09:00
Unverified
parent ce3b8bc77b
commit 8b2b6517ca
@@ -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
{