1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 04:53:12 +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() public MainSettings()
: base(true) : base(true)
{ {
keyBindingOverlay = new KeyBindingOverlay { keyBindingOverlay = new KeyBindingOverlay
{
Depth = 1, Depth = 1,
Anchor = Anchor.TopRight, Anchor = Anchor.TopRight,
}; };