mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 15:57:19 +08:00
remove other infinity reference
This commit is contained in:
parent
883790c7a7
commit
01c79d8ef2
@ -122,7 +122,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
|||||||
|
|
||||||
if (greatProbability <= 0)
|
if (greatProbability <= 0)
|
||||||
{
|
{
|
||||||
return double.PositiveInfinity;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
double deviation = attributes.GreatHitWindow / (Math.Sqrt(2) * SpecialFunctions.ErfInv(greatProbability));
|
double deviation = attributes.GreatHitWindow / (Math.Sqrt(2) * SpecialFunctions.ErfInv(greatProbability));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user