Add tests for initial load states of PlaySongSelect

This commit is contained in:
Dean Herbert
2017-12-24 15:39:25 +09:00
parent 8e644e878a
commit cf316b3c51
3 changed files with 59 additions and 24 deletions

View File

@ -142,7 +142,6 @@ namespace osu.Game.Screens.Select
if (newSet == null)
{
itemsCache.Invalidate();
SelectNext();
return;
}