1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 23:40:45 +08:00

Also expand match score component when leaderboard is (in test)

This commit is contained in:
Dean Herbert
2022-04-12 10:49:57 +09:00
Unverified
parent 09d560c93e
commit a0e3a2102a
@@ -48,7 +48,8 @@ namespace osu.Game.Tests.Visual.Multiplayer
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Team1Score = { BindTarget = Leaderboard.TeamScores[0] },
Team2Score = { BindTarget = Leaderboard.TeamScores[1] }
Team2Score = { BindTarget = Leaderboard.TeamScores[1] },
Expanded = { BindTarget = Leaderboard.Expanded },
}, Add);
});
}