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
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ public ModSelectOverlay()
Padding = new MarginPadding
{
Vertical = 10,
Horizontal = -OsuScreen.HORIZONTAL_OVERFLOW_PADDING
Horizontal = OsuScreen.HORIZONTAL_OVERFLOW_PADDING
},
Child = ModSectionsContainer = new FillFlowContainer<ModSection>
{