Merge branch 'master' into fix-multiplayer-parallax-overflow

This commit is contained in:
Dean Herbert
2019-01-25 14:55:28 +09:00
committed by GitHub
2 changed files with 16 additions and 3 deletions

View File

@ -161,7 +161,7 @@ namespace osu.Game.Overlays
if (configManager == null) throw new ArgumentNullException(nameof(configManager));
if (!trackedConfigManagers.TryGetValue((source, configManager), out var existing))
throw new InvalidOperationException($"{nameof(configManager)} is not registered.");
return;
existing.Unload();
existing.SettingChanged -= display;