mirror of
https://github.com/ppy/osu-tools.git
synced 2025-06-11 18:20:35 +09:00
Include the SliderFactor attribute in the difficulty and simulate commands for the osu ruleset.
This commit is contained in:
parent
24907f1138
commit
b6d7c10d4d
2 changed files with 3 additions and 1 deletions
|
@ -101,7 +101,8 @@ namespace PerformanceCalculator.Simulate
|
|||
{
|
||||
{ "Star rating", osuDifficultyAttributes.StarRating },
|
||||
{ "Aim strain", osuDifficultyAttributes.AimStrain },
|
||||
{ "Speed strain", osuDifficultyAttributes.SpeedStrain }
|
||||
{ "Speed strain", osuDifficultyAttributes.SpeedStrain },
|
||||
{ "Slider factor", osuDifficultyAttributes.SliderFactor }
|
||||
};
|
||||
|
||||
if (GetMods(Ruleset).Any(m => m is ModFlashlight))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue