mirror of
https://github.com/ppy/osu
synced 2025-03-20 18:08:25 +00:00
Add comment explaining *= 0.8f
This commit is contained in:
parent
be6b5419c4
commit
f6318d3670
@ -41,6 +41,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
|
|||||||
var catcher = new CatcherArea.Catcher(beatmap.BeatmapInfo.BaseDifficulty);
|
var catcher = new CatcherArea.Catcher(beatmap.BeatmapInfo.BaseDifficulty);
|
||||||
float halfCatchWidth = catcher.CatchWidth * 0.5f;
|
float halfCatchWidth = catcher.CatchWidth * 0.5f;
|
||||||
|
|
||||||
|
// We're only using 80% of the catcher's width to simulate imperfect gameplay.
|
||||||
halfCatchWidth *= 0.8f;
|
halfCatchWidth *= 0.8f;
|
||||||
|
|
||||||
var difficultyHitObjects = new List<CatchDifficultyHitObject>();
|
var difficultyHitObjects = new List<CatchDifficultyHitObject>();
|
||||||
|
Loading…
Reference in New Issue
Block a user