1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-16 08:42:55 +08:00

Add missing newline

This commit is contained in:
Dean Herbert 2021-05-26 17:17:02 +09:00
parent 17334fd2e6
commit 02806fedb0

View File

@ -101,6 +101,7 @@ namespace osu.Game.Overlays.KeyBinding
},
}
};
foreach (var b in bindings)
buttons.Add(new KeyButton(b));
}