1
0
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:
Hanamuke 2018-09-30 16:08:17 +02:00
parent b983e20067
commit 08f58047c2

View File

@ -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);