1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 05:27:23 +08:00

Update MainSettings.cs

This commit is contained in:
Dean Herbert 2017-08-17 18:11:15 +09:00 committed by GitHub
parent 58b1e9c954
commit f459794665

View File

@ -41,7 +41,8 @@ namespace osu.Game.Overlays
public MainSettings()
: base(true)
{
keyBindingOverlay = new KeyBindingOverlay {
keyBindingOverlay = new KeyBindingOverlay
{
Depth = 1,
Anchor = Anchor.TopRight,
};