mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix test beatmap loading potentially performing selection before carousel itself is loaded
This commit is contained in:
@ -108,7 +108,7 @@ namespace osu.Game.Screens.Select
|
||||
set
|
||||
{
|
||||
loadedTestBeatmaps = true;
|
||||
loadBeatmapSets(value);
|
||||
Schedule(() => loadBeatmapSets(value));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user