mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Also clear event on dispose
This commit is contained in:
@ -162,6 +162,8 @@ namespace osu.Game.Configuration
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
SettingChanged = null;
|
||||
|
||||
foreach (var r in references)
|
||||
r.Dispose();
|
||||
references.Clear();
|
||||
|
Reference in New Issue
Block a user