mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
access list with index instead of using LINQ
This commit is contained in:
@ -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])
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user