Display current distance snap and add button to update to use it

This commit is contained in:
Dean Herbert
2022-10-21 22:58:36 +09:00
parent bace3df4ca
commit 645a84b1d6
4 changed files with 120 additions and 4 deletions

View File

@ -81,6 +81,12 @@ namespace osu.Game.Rulesets.Catch.Edit
inputManager = GetContainingInputManager();
}
protected override double ReadCurrentDistanceSnap(HitObject before, HitObject after)
{
// TODO: catch lol
return 1;
}
protected override void Update()
{
base.Update();