mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 13:07:21 +09: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)
|
if (player != null)
|
||||||
return;
|
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
|
player = new Player
|
||||||
{
|
{
|
||||||
BeatmapInfo = carousel.SelectedGroup.SelectedPanel.Beatmap,
|
BeatmapInfo = carousel.SelectedGroup.SelectedPanel.Beatmap,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user