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:
parent
6ffa139ea8
commit
08e153208d
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user