mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Rename class to match osu! version
This commit is contained in:
@ -16,7 +16,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace osu.Game.Rulesets.Catch.UI
|
||||
{
|
||||
public class TouchInputField : VisibilityContainer
|
||||
public class CatchTouchInputMapper : VisibilityContainer
|
||||
{
|
||||
public enum TouchCatchAction
|
||||
{
|
@ -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);
|
||||
|
Reference in New Issue
Block a user