mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09:00
Add back beatmap version set
This commit is contained in:
parent
c346638459
commit
1bcda4930e
@ -52,6 +52,8 @@ namespace osu.Game.Beatmaps.Formats
|
|||||||
protected override void ParseStreamInto(StreamReader stream, Beatmap beatmap)
|
protected override void ParseStreamInto(StreamReader stream, Beatmap beatmap)
|
||||||
{
|
{
|
||||||
this.beatmap = beatmap;
|
this.beatmap = beatmap;
|
||||||
|
this.beatmap.BeatmapInfo.BeatmapVersion = FormatVersion;
|
||||||
|
|
||||||
base.ParseStreamInto(stream, beatmap);
|
base.ParseStreamInto(stream, beatmap);
|
||||||
|
|
||||||
// objects may be out of order *only* if a user has manually edited an .osu file.
|
// objects may be out of order *only* if a user has manually edited an .osu file.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user