mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09: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)
|
foreach (var hitObject in Beatmap.HitObjects)
|
||||||
{
|
|
||||||
if (hitObject is IHasComboInformation)
|
if (hitObject is IHasComboInformation)
|
||||||
{
|
{
|
||||||
var objectComboInfo = (IHasComboInformation)hitObject;
|
var objectComboInfo = (IHasComboInformation)hitObject;
|
||||||
@ -66,4 +65,3 @@ namespace osu.Game.Beatmaps
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user