mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 04:57:38 +09: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…
x
Reference in New Issue
Block a user