1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 01:13:52 +08:00

Remove unnecessary UnbindAll call

This commit is contained in:
Dean Herbert
2021-07-21 16:43:08 +09:00
Unverified
parent a63065dbe9
commit 396ad79d50
-6
View File
@@ -51,12 +51,6 @@ namespace osu.Game.Screens.Play.HUD
};
}
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
Current.UnbindAll();
}
protected override void LoadComplete()
{
base.LoadComplete();