mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix working beatmaps not seeing new difficulties after add
This commit is contained in:
@ -129,6 +129,8 @@ namespace osu.Game.Beatmaps
|
||||
newBeatmap.ControlPointInfo.Add(timingPoint.Time, timingPoint.DeepClone());
|
||||
|
||||
var createdBeatmapInfo = beatmapModelManager.AddDifficultyToBeatmapSet(beatmapSetInfo, newBeatmap);
|
||||
|
||||
workingBeatmapCache.Invalidate(createdBeatmapInfo.BeatmapSet);
|
||||
return GetWorkingBeatmap(createdBeatmapInfo);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user