1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 14:52:57 +08:00

Unbinds are automatic

This commit is contained in:
Dean Herbert 2019-03-03 20:03:22 +09:00
parent 6ffa139ea8
commit 08e153208d

View File

@ -139,12 +139,5 @@ namespace osu.Game.Screens.Menu
heart.FlashColour(Color4.White, 750, Easing.OutQuint).Loop();
}
public override void OnSuspending(IScreen next)
{
base.OnSuspending(next);
currentUser.UnbindAll();
}
}
}