Merge pull request #1965 from Aergwyn/fix-settings

Fix settings button
This commit is contained in:
Dean Herbert
2018-01-25 08:54:19 +09:00
committed by GitHub

View File

@ -16,7 +16,7 @@ namespace osu.Game.Overlays.Toolbar
}
[BackgroundDependencyLoader(true)]
private void load(SettingsOverlay settings)
private void load(MainSettings settings)
{
StateContainer = settings;
}