mirror of
https://github.com/ppy/osu.git
synced 2026-06-09 04:53:52 +08:00
Fix nullref.
This commit is contained in:
@@ -15,6 +15,7 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
public LegacyBeatmap(Beatmap original = null)
|
||||
: base(original)
|
||||
{
|
||||
HitObjects = original?.HitObjects ?? null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user