Start the editor with empty artist/creator/difficulty name fields

This commit is contained in:
Dean Herbert
2021-03-17 16:47:12 +09:00
parent 891e7aadb6
commit eda891223c
2 changed files with 4 additions and 7 deletions

View File

@ -113,8 +113,6 @@ namespace osu.Game.Beatmaps
{
var metadata = new BeatmapMetadata
{
Artist = "artist",
Title = "title",
Author = user,
};
@ -128,7 +126,6 @@ namespace osu.Game.Beatmaps
BaseDifficulty = new BeatmapDifficulty(),
Ruleset = ruleset,
Metadata = metadata,
Version = "difficulty"
}
}
};