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