mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Sanitise and remove some usages of Detach
which are no longer required
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user