Trim whitespace.

This commit is contained in:
smoogipooo 2017-04-21 19:38:04 +09:00
parent b8c10aa595
commit 47f9b2d55b
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ namespace osu.Game.Rulesets.Objects.Legacy
if (split.Length > 7)
length = Convert.ToDouble(split[7], CultureInfo.InvariantCulture);
if (split.Length > 10)
readCustomSampleBanks(split[10], bankInfo);

View File

@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Objects.Types
/// The samples to be played when the head of the hit object is hit.
/// </summary>
List<SampleInfo> HeadSamples { get; }
/// <summary>
/// The samples to be played when the tail of the hit object is hit.
/// </summary>