Update framework

This commit is contained in:
Dean Herbert
2018-06-29 21:06:43 +09:00
parent 6a80a21078
commit cd47bd2cf8
2 changed files with 1 additions and 3 deletions

View File

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