mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 01:21:31 +08:00
Remove unnecessary UnbindAll call
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user