General fixes.

This commit is contained in:
smoogipooo
2017-04-03 11:05:15 +09:00
parent cd6fdcf029
commit 8aa723b6a3
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Modes.Taiko.Objects
public double Duration => EndTime - StartTime;
/// <summary>
/// The multiplier for cases in which the number of required hits by a Swell is not
/// The multiplier for cases in which the number of required hits by a swell is not
/// dependent on solely the overall difficulty and the duration of the swell.
/// </summary>
public double HitMultiplier { get; set; } = 1;