mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 20:47:25 +08:00
Populate mods too
This commit is contained in:
parent
847f7d8658
commit
37f9ac6eca
@ -45,6 +45,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
return new OsuDifficultyAttributes
|
||||
{
|
||||
StarRating = starRating,
|
||||
Mods = mods,
|
||||
AimStrain = aimRating,
|
||||
SpeedStrain = speedRating,
|
||||
ApproachRate = preempt > 1200 ? (1800 - preempt) / 120 : (1200 - preempt) / 150 + 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user