Fix forgotten rename

This commit is contained in:
Dean Herbert
2017-08-16 17:43:01 +09:00
parent 3df51540e1
commit 7e1fc47b76
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ using osu.Game.Rulesets;
namespace osu.Game.Overlays
{
public class KeyConfigurationOverlay : SettingsOverlay
public class KeyBindingOverlay : SettingsOverlay
{
protected override Drawable CreateHeader() => new SettingsHeader("key configuration", "Customise your keys!");
@ -23,7 +23,7 @@ namespace osu.Game.Overlays
AddSection(new RulesetBindingsSection(ruleset));
}
public KeyConfigurationOverlay()
public KeyBindingOverlay()
: base(false)
{
}