mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 10:22:56 +08:00
Merge pull request #23424 from bdach/fix-rapid-back-button-test-failure
Fix rapid back button test failure
This commit is contained in:
commit
214bc40570
@ -700,7 +700,7 @@ namespace osu.Game.Tests.Visual.Navigation
|
|||||||
AddStep("press escape twice rapidly", () =>
|
AddStep("press escape twice rapidly", () =>
|
||||||
{
|
{
|
||||||
InputManager.Key(Key.Escape);
|
InputManager.Key(Key.Escape);
|
||||||
InputManager.Key(Key.Escape);
|
Schedule(InputManager.Key, Key.Escape);
|
||||||
});
|
});
|
||||||
|
|
||||||
pushEscape();
|
pushEscape();
|
||||||
|
Loading…
Reference in New Issue
Block a user