mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 17:53:53 +08:00
What even was this lol.
This commit is contained in:
parent
26b0bb02d8
commit
b68b017a49
@ -15,7 +15,7 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
internal LegacyBeatmap(Beatmap original = null)
|
||||
: base(original)
|
||||
{
|
||||
HitObjects = original?.HitObjects ?? null;
|
||||
HitObjects = original?.HitObjects;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user