mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Remade measurements, turns out the correction was not needed
This commit is contained in:
parent
b983e20067
commit
08f58047c2
@ -59,7 +59,7 @@ namespace osu.Game.Rulesets.Catch.UI
|
||||
},
|
||||
});
|
||||
|
||||
VisibleTimeRange.Value = BeatmapDifficulty.DifficultyRange(difficulty.ApproachRate, 1800, 1200, 450) / 1.2;
|
||||
VisibleTimeRange.Value = BeatmapDifficulty.DifficultyRange(difficulty.ApproachRate, 1800, 1200, 450);
|
||||
}
|
||||
|
||||
public bool CheckIfWeCanCatch(CatchHitObject obj) => catcherArea.AttemptCatch(obj);
|
||||
|
Loading…
Reference in New Issue
Block a user