1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Input fix

This commit is contained in:
Andrey Zavadskiy 2017-02-27 18:18:12 +03:00
parent 9444ffd849
commit e06b3ecf2d

View File

@ -214,7 +214,7 @@ namespace osu.Game
}
}
return OnKeyDown(state, args);
return false;
}
public event Action<Screen> ModeChanged;