mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
More disposal?
This commit is contained in:
@ -58,5 +58,13 @@ namespace osu.Game.Skinning
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
base.Dispose(isDisposing);
|
||||
|
||||
foreach (var c in channels)
|
||||
c.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user