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
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public CatchPlayfield(BeatmapDifficulty difficulty, Func<CatchHitObject, Drawabl
},
});
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);