mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 22:33:05 +08:00
Fix nullref.
This commit is contained in:
parent
67c9bb37fd
commit
74a1837a05
@ -15,6 +15,7 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
public LegacyBeatmap(Beatmap original = null)
|
||||
: base(original)
|
||||
{
|
||||
HitObjects = original?.HitObjects ?? null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user