mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 16:12:54 +08:00
Simplify constructor of SampleInfoList.
This commit is contained in:
parent
dff05bec79
commit
345f80b775
@ -11,9 +11,8 @@ namespace osu.Game.Audio
|
||||
{
|
||||
}
|
||||
|
||||
public SampleInfoList(IEnumerable<SampleInfo> elements)
|
||||
public SampleInfoList(IEnumerable<SampleInfo> elements) : base(elements)
|
||||
{
|
||||
AddRange(elements);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user