1
0
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:
Dean Herbert 2021-01-07 15:42:21 +09:00
parent 845d5cdea2
commit ee6a26bd6e

View File

@ -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,