mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add protection from recursive updates from external selection
This commit is contained in:
@ -369,6 +369,9 @@ namespace osu.Game.Overlays.Mods
|
||||
|
||||
private void updateFromExternalSelection()
|
||||
{
|
||||
if (externalSelectionUpdateInProgress)
|
||||
return;
|
||||
|
||||
externalSelectionUpdateInProgress = true;
|
||||
|
||||
var newSelection = new List<Mod>();
|
||||
|
Reference in New Issue
Block a user