mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Input fix
This commit is contained in:
parent
9444ffd849
commit
e06b3ecf2d
@ -214,7 +214,7 @@ namespace osu.Game
|
||||
}
|
||||
}
|
||||
|
||||
return OnKeyDown(state, args);
|
||||
return false;
|
||||
}
|
||||
|
||||
public event Action<Screen> ModeChanged;
|
||||
|
Loading…
Reference in New Issue
Block a user