mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Rename test scene to match updated class name
This commit is contained in:
parent
3d1a8aeb54
commit
cf43cd2bdc
@ -8,11 +8,11 @@ using osu.Game.Screens.Menu;
|
||||
|
||||
namespace osu.Game.Tests.Visual.UserInterface
|
||||
{
|
||||
public partial class TestSceneHoldToConfirmOverlay : OsuTestScene
|
||||
public partial class TestSceneHoldToExitGameOverlay : OsuTestScene
|
||||
{
|
||||
protected override double TimePerAction => 100; // required for the early exit test, since hold-to-confirm delay is 200ms
|
||||
|
||||
public TestSceneHoldToConfirmOverlay()
|
||||
public TestSceneHoldToExitGameOverlay()
|
||||
{
|
||||
bool fired = false;
|
||||
|
Loading…
Reference in New Issue
Block a user