mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Minor fixes
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user