mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Adapt signature change of event handlers
This commit is contained in:
@ -155,7 +155,7 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
if (e.Repeat) return false;
|
||||
|
||||
if (state.Keyboard.ShiftPressed)
|
||||
if (e.CurrentState.Keyboard.ShiftPressed)
|
||||
{
|
||||
switch (e.Key)
|
||||
{
|
||||
|
Reference in New Issue
Block a user