1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Correct xmldoc

This commit is contained in:
vun 2022-10-03 14:16:53 +08:00
parent 6752655b5a
commit c933b62df6

View File

@ -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)
{