mirror of
https://github.com/ppy/osu
synced 2025-03-04 10:29:37 +00:00
Correct xmldoc
This commit is contained in:
parent
6752655b5a
commit
c933b62df6
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user