mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:13:21 +08:00
Minor fixes
This commit is contained in:
parent
2e5bc4323a
commit
6d71f7f220
@ -112,7 +112,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
|
|||||||
/// The weighting of each strain value decays to this number * it's previous value
|
/// The weighting of each strain value decays to this number * it's previous value
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private const double decay_weight = 0.94;
|
private const double decay_weight = 0.94;
|
||||||
|
|
||||||
protected double CalculateDifficulty()
|
protected double CalculateDifficulty()
|
||||||
{
|
{
|
||||||
// The strain step needs to be adjusted for the algorithm to be considered equal with speed changing mods
|
// The strain step needs to be adjusted for the algorithm to be considered equal with speed changing mods
|
||||||
|
Loading…
Reference in New Issue
Block a user