mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 05:41:19 +08:00
Add missing section header
This commit is contained in:
@@ -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}"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user