1
0
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:
Dean Herbert 2019-01-25 15:03:32 +09:00 committed by GitHub
parent e88d36ed38
commit a25dce53cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
{