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

@ -95,7 +95,7 @@ namespace osu.Game.Tests.Visual.UserInterface
imported?.PerformRead(s =>
{
beatmapInfo = s.Beatmaps[0].Detach();
beatmapInfo = s.Beatmaps[0];
for (int i = 0; i < 50; i++)
{