mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 14:12:55 +08:00
access list with index instead of using LINQ
This commit is contained in:
parent
c5aba9f247
commit
47c75d01ce
@ -170,7 +170,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
StackHeight = StackHeight,
|
||||
Scale = Scale,
|
||||
ComboColour = ComboColour,
|
||||
Samples = new SampleInfoList(RepeatSamples.ElementAt(repeat))
|
||||
Samples = new SampleInfoList(RepeatSamples[repeat])
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user