mirror of https://github.com/ppy/osu
Simplify constructor of SampleInfoList.
This commit is contained in:
parent
dff05bec79
commit
345f80b775
|
@ -11,9 +11,8 @@ public SampleInfoList()
|
|||
{
|
||||
}
|
||||
|
||||
public SampleInfoList(IEnumerable<SampleInfo> elements)
|
||||
public SampleInfoList(IEnumerable<SampleInfo> elements) : base(elements)
|
||||
{
|
||||
AddRange(elements);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue