Fix Catch diffcalc being off

This commit is contained in:
HoLLy
2019-01-31 17:57:59 +01:00
parent 67bb7b4db7
commit 30292f44da
2 changed files with 4 additions and 1 deletions

View File

@ -41,6 +41,8 @@ namespace osu.Game.Rulesets.Catch.Difficulty
var catcher = new CatcherArea.Catcher(beatmap.BeatmapInfo.BaseDifficulty);
float halfCatchWidth = catcher.CatchWidth * 0.5f;
halfCatchWidth *= 0.8f;
var difficultyHitObjects = new List<CatchDifficultyHitObject>();
foreach (var hitObject in beatmap.HitObjects)