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:
parent
58b1e9c954
commit
f459794665
@ -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,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user