fix settings not getting injected

This commit is contained in:
Aergwyn 2018-01-23 19:42:21 +01:00
parent 098cfa7107
commit 205d3ed896

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;
}