mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Clear delegate list rather than relying on unbinds
This commit is contained in:
@ -96,6 +96,9 @@ namespace osu.Game.Skinning
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
// Must be done before base.Dispose()
|
||||
SourceChanged = null;
|
||||
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
if (fallbackSource != null)
|
||||
|
Reference in New Issue
Block a user