mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Fixing minor bugs
This commit is contained in:
@ -139,7 +139,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
double decay = Math.Pow(CatchDifficultyHitObject.decay_base, (intervalEndTime - previousHitObject.BaseHitObject.StartTime) / 1000);
|
double decay = Math.Pow(CatchDifficultyHitObject.DECAY_BASE, (intervalEndTime - previousHitObject.BaseHitObject.StartTime) / 1000);
|
||||||
maximumStrain = previousHitObject.Strain * decay;
|
maximumStrain = previousHitObject.Strain * decay;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user