Rename and document method to limit scope

This commit is contained in:
Dean Herbert
2023-02-03 15:04:47 +09:00
parent 91fbf388da
commit f7094567d7
3 changed files with 12 additions and 6 deletions

View File

@ -85,7 +85,7 @@ namespace osu.Game.Screens.Select.Carousel
if (songSelect != null)
{
mainMenuItems = songSelect.CreateMenuItemsForBeatmap(beatmapInfo);
mainMenuItems = songSelect.CreateForwardNavigationMenuItemsForBeatmap(beatmapInfo);
selectRequested = b => songSelect.FinaliseSelection(b);
}