mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 06:12:58 +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,
|
StackHeight = StackHeight,
|
||||||
Scale = Scale,
|
Scale = Scale,
|
||||||
ComboColour = ComboColour,
|
ComboColour = ComboColour,
|
||||||
Samples = new SampleInfoList(RepeatSamples.ElementAt(repeat))
|
Samples = new SampleInfoList(RepeatSamples[repeat])
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user