mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:52:55 +08:00
Rename to match
This commit is contained in:
parent
58183ad3d5
commit
6bee26cfc9
@ -16,12 +16,11 @@ using osuTK.Graphics;
|
||||
namespace osu.Game.Tests.Visual.Menus
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestSceneIntroSequence : OsuTestScene
|
||||
public class TestSceneIntro : OsuTestScene
|
||||
{
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||
{
|
||||
typeof(OsuLogo),
|
||||
typeof(Intro),
|
||||
typeof(StartupScreen),
|
||||
typeof(OsuScreen)
|
||||
};
|
||||
@ -29,7 +28,7 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
[Cached]
|
||||
private OsuLogo logo;
|
||||
|
||||
public TestSceneIntroSequence()
|
||||
public TestSceneIntro()
|
||||
{
|
||||
var rateAdjustClock = new StopwatchClock(true);
|
||||
var framedClock = new FramedClock(rateAdjustClock);
|
Loading…
Reference in New Issue
Block a user