Rename class to match osu! version

This commit is contained in:
Dean Herbert
2022-09-08 19:41:04 +09:00
parent 161c54df1c
commit 4f22616860
3 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ namespace osu.Game.Rulesets.Catch.UI
[BackgroundDependencyLoader]
private void load()
{
KeyBindingInputManager.Add(new TouchInputField());
KeyBindingInputManager.Add(new CatchTouchInputMapper());
}
protected override ReplayInputHandler CreateReplayInputHandler(Replay replay) => new CatchFramedReplayInputHandler(replay);