Sanitise and remove some usages of Detach which are no longer required

This commit is contained in:
Dean Herbert
2022-01-12 15:34:39 +09:00
parent 5f7365e8f3
commit 34aa1bf21d
5 changed files with 4 additions and 8 deletions

View File

@ -84,7 +84,6 @@ namespace osu.Game.Beatmaps
if (working != null)
return working;
// TODO: FUCK THE WORLD :D
beatmapInfo = beatmapInfo.Detach();
workingCache.Add(working = new BeatmapManagerWorkingBeatmap(beatmapInfo, this));