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:
parent
0cf3119006
commit
b09165a074
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user