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:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user