mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 02:32:59 +08:00
Initialise new key bindings with a primary key
This commit is contained in:
parent
845d5cdea2
commit
ee6a26bd6e
@ -50,6 +50,7 @@ namespace osu.Game.Input
|
||||
// insert any defaults which are missing.
|
||||
usage.Context.Add(new RealmKeyBinding
|
||||
{
|
||||
ID = Guid.NewGuid().ToString(),
|
||||
KeyBinding = new KeyBinding
|
||||
{
|
||||
KeyCombination = insertable.KeyCombination,
|
||||
|
Loading…
Reference in New Issue
Block a user