mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Attempt to fix nullref warning.
This commit is contained in:
@ -14,9 +14,6 @@ namespace osu.Game.Modes.Osu.Beatmaps
|
||||
|
||||
public void PostProcess(Beatmap<OsuHitObject> beatmap)
|
||||
{
|
||||
if ((beatmap.ComboColors?.Count ?? 0) == 0)
|
||||
return;
|
||||
|
||||
int comboIndex = 0;
|
||||
int colourIndex = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user