mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 18:23:00 +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)
|
||||
{
|
||||
return double.PositiveInfinity;
|
||||
return null;
|
||||
}
|
||||
|
||||
double deviation = attributes.GreatHitWindow / (Math.Sqrt(2) * SpecialFunctions.ErfInv(greatProbability));
|
||||
|
Loading…
Reference in New Issue
Block a user