Update framework & change logic slightly

This commit is contained in:
Thomas Müller
2017-07-08 12:41:15 +03:00
parent d1ae12b4f7
commit 45d07e39c1
3 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ namespace osu.Game.Overlays
new SidebarButton
{
Section = section,
Action = sectionsContainer.ScrollContainer.ScrollTo,
Action = b => sectionsContainer.ScrollContainer.ScrollTo(b),
}
).ToArray()
}