mirror of https://github.com/ppy/osu
Fix dynamic recompilation in intro test scenes
This commit is contained in:
parent
aa74b3193e
commit
8cb0eb9b12
|
@ -22,7 +22,6 @@ public abstract class IntroTestScene : OsuTestScene
|
|||
{
|
||||
typeof(StartupScreen),
|
||||
typeof(IntroScreen),
|
||||
typeof(OsuScreen),
|
||||
typeof(IntroTestScene),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue