1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 01:23:24 +08:00

Remove the circle size buff

This commit is contained in:
Henry Lin 2021-06-19 11:13:19 +08:00
parent 0cf3119006
commit b09165a074

View File

@ -135,7 +135,6 @@ namespace osu.Game.Rulesets.Osu.Mods
{ {
// Decrease AR to increase preempt time // Decrease AR to increase preempt time
difficulty.ApproachRate *= 0.5f; difficulty.ApproachRate *= 0.5f;
difficulty.CircleSize *= 0.75f;
} }
// Background metronome // Background metronome