1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

Remove handle positional input

This commit is contained in:
David Zhao 2019-03-20 19:49:37 +09:00
parent bc6e8ce7b4
commit 2ff7aa6c2e

View File

@ -41,8 +41,6 @@ namespace osu.Game.Screens.Play
public override bool DisallowExternalBeatmapRulesetChanges => true;
public override bool HandlePositionalInput => true;
private Task loadTask;
private InputManager inputManager;