1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 07:22:38 +08:00

Update framework

This commit is contained in:
Dean Herbert
2018-06-29 21:06:43 +09:00
Unverified
parent 6a80a21078
commit cd47bd2cf8
2 changed files with 1 additions and 3 deletions
@@ -34,8 +34,6 @@ namespace osu.Game.Graphics.UserInterface
protected override bool OnKeyDown(InputState state, KeyDownEventArgs args)
{
if (HandlePendingText(state)) return false;
if (!state.Keyboard.ControlPressed && !state.Keyboard.ShiftPressed)
{
switch (args.Key)