Fix beatmap skin properties not copying

This commit is contained in:
Bartłomiej Dach
2022-02-06 18:50:11 +01:00
parent 1292722a00
commit a144d6f8d6
3 changed files with 39 additions and 13 deletions

View File

@ -144,7 +144,7 @@ namespace osu.Game.Beatmaps
targetBeatmapSet.Beatmaps.Add(newBeatmapInfo);
newBeatmapInfo.BeatmapSet = targetBeatmapSet;
beatmapModelManager.Save(newBeatmapInfo, newBeatmap);
beatmapModelManager.Save(newBeatmapInfo, newBeatmap, creationParameters.ReferenceBeatmapSkin);
workingBeatmapCache.Invalidate(targetBeatmapSet);
return GetWorkingBeatmap(newBeatmap.BeatmapInfo);