mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Fix logical regression
This commit is contained in:
parent
e88d36ed38
commit
a25dce53cd
@ -300,7 +300,7 @@ namespace osu.Game.Overlays.Mods
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Vertical = 10,
|
||||
Horizontal = -OsuScreen.HORIZONTAL_OVERFLOW_PADDING
|
||||
Horizontal = OsuScreen.HORIZONTAL_OVERFLOW_PADDING
|
||||
},
|
||||
Child = ModSectionsContainer = new FillFlowContainer<ModSection>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user