mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Fix test beatmap loading potentially performing selection before carousel itself is loaded
This commit is contained in:
parent
e65996efc3
commit
6d6327d3da
@ -108,7 +108,7 @@ namespace osu.Game.Screens.Select
|
||||
set
|
||||
{
|
||||
loadedTestBeatmaps = true;
|
||||
loadBeatmapSets(value);
|
||||
Schedule(() => loadBeatmapSets(value));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user