mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 13:33:52 +08:00
Remove unnecessary Live
conversion in IntroScreen
(handled by GetWorkingBeatmap
)
This commit is contained in:
parent
34dbde6023
commit
7acd1b545f
@ -109,7 +109,7 @@ namespace osu.Game.Screens.Menu
|
||||
if (s.Beatmaps.Count == 0)
|
||||
return;
|
||||
|
||||
initialBeatmap = beatmaps.GetWorkingBeatmap(s.Beatmaps[0].ToLive(realmContextFactory));
|
||||
initialBeatmap = beatmaps.GetWorkingBeatmap(s.Beatmaps[0]);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user