mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 19:23:22 +08:00
Remove unnecessary FinishTransforms
This commit is contained in:
parent
0dafcf00b7
commit
0caf15166e
@ -254,9 +254,6 @@ namespace osu.Game.Screens.Menu
|
||||
backButton.ContractStyle = 0;
|
||||
settingsButton.ContractStyle = 0;
|
||||
|
||||
if (state == MenuState.TopLevel)
|
||||
buttonArea.FinishTransforms(true);
|
||||
|
||||
updateLogoState(lastState);
|
||||
|
||||
using (buttonArea.BeginDelayedSequence(lastState == MenuState.Initial ? 150 : 0, true))
|
||||
|
Loading…
Reference in New Issue
Block a user