1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:50:54 +08:00

Add comment about future implementation.

This commit is contained in:
Dean Herbert
2016-12-15 21:20:27 +09:00
Unverified
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,