mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09: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…
x
Reference in New Issue
Block a user