mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix speed bonus comment
This commit is contained in:
parent
8beb5568b8
commit
a66fd87274
@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Evaluators
|
||||
private static double speedBonus(double interval)
|
||||
{
|
||||
// Cap to 600bpm 1/4, 25ms note interval, 50ms key interval
|
||||
// This is temporary measure to prevent mono abuses. Once that is properly addressed, interval will be
|
||||
// This a is temporary measure to prevent mono abuses. Once that is properly addressed, interval will be
|
||||
// capped at a very small value to avoid infinite/negative speed bonuses.
|
||||
interval = Math.Max(interval, 50);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user