mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 21:12:55 +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.
|
// no longer new after first user-triggered save.
|
||||||
isNewBeatmap = false;
|
isNewBeatmap = false;
|
||||||
|
|
||||||
|
playableBeatmap.BeatmapInfo.BaseDifficulty.CopyFrom(playableBeatmap.Difficulty);
|
||||||
|
|
||||||
// apply any set-level metadata changes.
|
// apply any set-level metadata changes.
|
||||||
beatmapManager.Update(playableBeatmap.BeatmapInfo.BeatmapSet);
|
beatmapManager.Update(playableBeatmap.BeatmapInfo.BeatmapSet);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user