1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

Remove uneeded brackets

This commit is contained in:
Hanamuke 2018-09-14 19:46:04 +02:00
parent 347cb0a1b5
commit c8d3776c79

View File

@ -56,7 +56,6 @@ namespace osu.Game.Beatmaps
}
}
foreach (var hitObject in Beatmap.HitObjects)
{
if (hitObject is IHasComboInformation)
{
var objectComboInfo = (IHasComboInformation)hitObject;
@ -65,5 +64,4 @@ namespace osu.Game.Beatmaps
}
}
}
}
}