mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove uneeded brackets
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user