1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:01:24 +08:00

Update MainSettings.cs

This commit is contained in:
Dean Herbert
2017-08-17 18:11:15 +09:00
committed by GitHub
Unverified
parent 58b1e9c954
commit f459794665
+2 -1
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,
};