mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 06:23:47 +08:00
What even was this lol.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace osu.Game.Beatmaps.Legacy
|
||||
internal LegacyBeatmap(Beatmap original = null)
|
||||
: base(original)
|
||||
{
|
||||
HitObjects = original?.HitObjects ?? null;
|
||||
HitObjects = original?.HitObjects;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user