mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Unbinds are automatic
This commit is contained in:
@ -139,12 +139,5 @@ namespace osu.Game.Screens.Menu
|
|||||||
|
|
||||||
heart.FlashColour(Color4.White, 750, Easing.OutQuint).Loop();
|
heart.FlashColour(Color4.White, 750, Easing.OutQuint).Loop();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnSuspending(IScreen next)
|
|
||||||
{
|
|
||||||
base.OnSuspending(next);
|
|
||||||
|
|
||||||
currentUser.UnbindAll();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user