1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 12:43:16 +08:00

Adjust code style

This commit is contained in:
Bartłomiej Dach 2024-07-04 15:19:36 +02:00
parent e005b46df9
commit 652d2e9633
No known key found for this signature in database

View File

@ -183,9 +183,7 @@ namespace osu.Game.Rulesets.Edit
{
// Make sure all the node samples are identical to the hit object's samples
for (int i = 0; i < hasRepeats.NodeSamples.Count; i++)
{
hasRepeats.NodeSamples[i] = HitObject.Samples.Select(o => o.With()).ToList();
}
}
}