mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 15:33:05 +08:00
Remove uneeded brackets
This commit is contained in:
parent
347cb0a1b5
commit
c8d3776c79
@ -56,14 +56,12 @@ namespace osu.Game.Beatmaps
|
||||
}
|
||||
}
|
||||
foreach (var hitObject in Beatmap.HitObjects)
|
||||
{
|
||||
if (hitObject is IHasComboInformation)
|
||||
{
|
||||
var objectComboInfo = (IHasComboInformation)hitObject;
|
||||
foreach (var nested in hitObject.NestedHitObjects)
|
||||
UpdateNestedCombo(nested, objectComboInfo.ComboIndex, objectComboInfo.IndexInCurrentCombo);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user