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