1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 12:32:58 +08:00

Remove finalizer

This commit is contained in:
smoogipoo 2019-10-17 11:27:23 +09:00
parent 96c6aeefe9
commit 9b9138253c

View File

@ -165,11 +165,6 @@ namespace osu.Game.Rulesets
}
}
~RulesetStore()
{
Dispose(false);
}
public void Dispose()
{
Dispose(true);