mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 07:07:18 +09: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)
|
public LegacyBeatmap(Beatmap original = null)
|
||||||
: base(original)
|
: base(original)
|
||||||
{
|
{
|
||||||
|
HitObjects = original?.HitObjects ?? null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user