mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +08:00
More disposal?
This commit is contained in:
parent
a1cc8c448f
commit
1629534a0c
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user