mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 15:00:46 +08:00
Copy difficulty settings back out to BeatmapInfo on editor changes
This commit is contained in:
@@ -332,6 +332,8 @@ namespace osu.Game.Screens.Edit
|
||||
// no longer new after first user-triggered save.
|
||||
isNewBeatmap = false;
|
||||
|
||||
playableBeatmap.BeatmapInfo.BaseDifficulty.CopyFrom(playableBeatmap.Difficulty);
|
||||
|
||||
// apply any set-level metadata changes.
|
||||
beatmapManager.Update(playableBeatmap.BeatmapInfo.BeatmapSet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user