1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 03:01:17 +08:00

Add back beatmap version set

This commit is contained in:
Dean Herbert
2018-03-12 11:33:12 +09:00
Unverified
parent c346638459
commit 1bcda4930e
@@ -52,6 +52,8 @@ namespace osu.Game.Beatmaps.Formats
protected override void ParseStreamInto(StreamReader stream, Beatmap beatmap)
{
this.beatmap = beatmap;
this.beatmap.BeatmapInfo.BeatmapVersion = FormatVersion;
base.ParseStreamInto(stream, beatmap);
// objects may be out of order *only* if a user has manually edited an .osu file.