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

Add missing section header

This commit is contained in:
smoogipoo 2019-12-12 18:48:22 +09:00
parent e09bbf0315
commit f89042cd0a

View File

@ -129,6 +129,8 @@ namespace osu.Game.Beatmaps.Formats
private void handleEvents(TextWriter writer)
{
writer.WriteLine("[Events]");
writer.WriteLine(FormattableString.Invariant($"{(int)LegacyEventType.Background},0,{beatmap.BeatmapInfo.Metadata.BackgroundFile}"));
writer.WriteLine(FormattableString.Invariant($"{(int)LegacyEventType.Video},0,{beatmap.BeatmapInfo.Metadata.VideoFile}"));