1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 15:33:05 +08:00

Add back beatmap version set

This commit is contained in:
Dean Herbert 2018-03-12 11:33:12 +09:00
parent c346638459
commit 1bcda4930e

View File

@ -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.