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:
parent
347cb0a1b5
commit
c8d3776c79
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user