Make EditorBeatmap implement TransactionalCommitComponent

This commit is contained in:
Dean Herbert
2020-10-08 17:18:20 +09:00
parent a9bca671d0
commit 0781fbd443
2 changed files with 24 additions and 39 deletions

View File

@ -93,7 +93,7 @@ namespace osu.Game.Screens.Edit.Setup
Beatmap.Value.BeatmapInfo.BaseDifficulty.ApproachRate = approachRateSlider.Current.Value;
Beatmap.Value.BeatmapInfo.BaseDifficulty.OverallDifficulty = overallDifficultySlider.Current.Value;
editorBeatmap.UpdateBeatmap();
editorBeatmap.UpdateAllHitObjects();
}
}
}