Fix shear being included on wrong side of ModCounterDisplay

This commit is contained in:
Dean Herbert 2023-09-13 18:19:42 +09:00
parent 923c2a16ed
commit 41b0619533

View File

@ -67,6 +67,8 @@ namespace osu.Game.Overlays.Mods
Masking = true,
CornerRadius = ModSelectPanel.CORNER_RADIUS,
Shear = new Vector2(ShearedOverlayContainer.SHEAR, 0),
Anchor = Anchor.BottomRight,
Origin = Anchor.BottomRight,
Children = new Drawable[]
{
contentBackground = new Box