mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:47:29 +08:00
Add comment about future implementation.
This commit is contained in:
parent
8d800dac99
commit
08ef8ed8ea
@ -157,6 +157,8 @@ namespace osu.Game.Screens.Select
|
||||
if (player != null)
|
||||
return;
|
||||
|
||||
//in the future we may want to move this logic to a PlayerLoader gamemode or similar, so we can rely on the SongSelect transition
|
||||
//and provide a better loading experience (at the moment song select is still accepting input during preload).
|
||||
player = new Player
|
||||
{
|
||||
BeatmapInfo = carousel.SelectedGroup.SelectedPanel.Beatmap,
|
||||
|
Loading…
Reference in New Issue
Block a user