Add editor override to respect IsolateSavingFromDatabase

This commit is contained in:
Bartłomiej Dach
2022-01-23 19:58:21 +01:00
parent 47429fb0c6
commit a8ffc4fc2a
2 changed files with 7 additions and 1 deletions

View File

@ -112,7 +112,7 @@ namespace osu.Game.Beatmaps
/// The new difficulty will be backed by a <see cref="BeatmapInfo"/> model
/// and represented by the returned <see cref="WorkingBeatmap"/>.
/// </summary>
public WorkingBeatmap CreateNewBlankDifficulty(BeatmapSetInfo beatmapSetInfo, RulesetInfo rulesetInfo)
public virtual WorkingBeatmap CreateNewBlankDifficulty(BeatmapSetInfo beatmapSetInfo, RulesetInfo rulesetInfo)
{
// fetch one of the existing difficulties to copy timing points and metadata from,
// so that the user doesn't have to fill all of that out again.