mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:07:52 +08:00
Correct xmldoc
This commit is contained in:
parent
6752655b5a
commit
c933b62df6
@ -24,8 +24,8 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Evaluators
|
||||
|
||||
/// <summary>
|
||||
/// Determines the number of fingers available to hit the current <see cref="TaikoDifficultyHitObject"/>.
|
||||
/// Any mono notes that is more than 0.5s apart from note of the other colour will be considered to have more
|
||||
/// than 2 fingers available, since players can move their hand over to hit the same key with multiple fingers.
|
||||
/// Any mono notes that is more than 300ms apart from a colour change will be considered to have more than 2
|
||||
/// fingers available, since players can hit the same key with multiple fingers.
|
||||
/// </summary>
|
||||
private static int availableFingersFor(TaikoDifficultyHitObject hitObject)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user