1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 07:51:17 +08:00

Update framework

This commit is contained in:
Thomas Müller
2017-07-21 17:24:09 +02:00
Unverified
parent 2cd8f6b30c
commit a7dc8a892b
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ namespace osu.Game.Screens.Menu
bool fromInitial = lastState == MenuState.Initial;
if (state == MenuState.TopLevel)
buttonArea.Flush(true);
buttonArea.FinishTransforms(true);
using (buttonArea.BeginDelayedSequence(fromInitial ? 150 : 0, true))
{