1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +08:00

forgot to add double delcaration, remember to test

This commit is contained in:
Xexxar 2021-10-13 16:25:16 +00:00
parent 0b794728ea
commit cde4b0b17c

View File

@ -61,6 +61,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
} }
double angleBonus = 0; double angleBonus = 0;
double sliderBonus = 0;
double aimStrain = currVelocity; // Start strain with regular velocity. double aimStrain = currVelocity; // Start strain with regular velocity.