mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Copy difficulty settings back out to BeatmapInfo
on editor changes
This commit is contained in:
parent
0ab8dcc2a0
commit
222997f2b9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user