mirror of
https://github.com/ppy/osu
synced 2025-03-06 11:28:12 +00:00
Fix shear being included on wrong side of ModCounterDisplay
This commit is contained in:
parent
923c2a16ed
commit
41b0619533
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user