mirror of
https://github.com/ppy/osu.git
synced 2025-03-20 07:17:31 +08:00
Add check for no combo colours.
This commit is contained in:
parent
72e1612f32
commit
5b58daa23d
@ -15,6 +15,9 @@ namespace osu.Game.Modes.Osu.Beatmaps
|
||||
|
||||
public void PostProcess(Beatmap<OsuHitObject> beatmap)
|
||||
{
|
||||
if (beatmap.ComboColors.Count == 0)
|
||||
return;
|
||||
|
||||
int comboIndex = 0;
|
||||
int colourIndex = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user