1
0
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:
smoogipoo 2019-02-19 17:39:30 +09:00
parent 847f7d8658
commit 37f9ac6eca

View File

@ -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,