1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:03:08 +08:00

Comment cleanup

This commit is contained in:
Ivan Pavluk 2018-12-06 19:33:42 +07:00
parent aa79758db5
commit 407f9d2e78
2 changed files with 1 additions and 6 deletions

View File

@ -22,11 +22,6 @@ namespace osu.Game.Rulesets.Catch.Judgements
}
}
/// <summary>
/// Retrieves the numeric health increase of a <see cref="HitResult"/>.
/// </summary>
/// <param name="result">The <see cref="HitResult"/> to find the numeric health increase for.</param>
/// <returns>The numeric health increase of <paramref name="result"/>.</returns>
protected override double HealthIncreaseFor(HitResult result)
{
switch (result)

View File

@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Taiko.Judgements
protected override double HealthIncreaseFor(HitResult result)
{
//Drum rolls can be ignored with no health penalty
// Drum rolls can be ignored with no health penalty
switch (result)
{
case HitResult.Miss: