Remove SampleInfoList

This commit is contained in:
smoogipoo
2017-12-25 15:35:28 +09:00
parent 844e39a9f6
commit d288d8a51f
18 changed files with 41 additions and 47 deletions

View File

@ -192,7 +192,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
/// </summary>
/// <param name="time">The time to retrieve the sample info list from.</param>
/// <returns></returns>
private SampleInfoList sampleInfoListAt(double time)
private List<SampleInfo> sampleInfoListAt(double time)
{
var curveData = HitObject as IHasCurve;