1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 18:20:47 +08:00

SongSelectV2: Fix triangles being sheared on leaderboard panels

This commit is contained in:
Bartłomiej Dach
2025-06-04 13:25:01 +02:00
Unverified
parent 3624c251a2
commit 136c5c866b
@@ -370,6 +370,7 @@ namespace osu.Game.Screens.SelectV2
},
new TrianglesV2
{
Shear = sheared ? -OsuGame.SHEAR : Vector2.Zero,
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,