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> /// <summary>
/// Determines the number of fingers available to hit the current <see cref="TaikoDifficultyHitObject"/>. /// 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 /// Any mono notes that is more than 300ms apart from a colour change will be considered to have more than 2
/// than 2 fingers available, since players can move their hand over to hit the same key with multiple fingers. /// fingers available, since players can hit the same key with multiple fingers.
/// </summary> /// </summary>
private static int availableFingersFor(TaikoDifficultyHitObject hitObject) private static int availableFingersFor(TaikoDifficultyHitObject hitObject)
{ {