Fix dynamic recompilation in intro test scenes

This commit is contained in:
Dean Herbert 2020-04-03 15:08:06 +09:00
parent aa74b3193e
commit 8cb0eb9b12
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ public abstract class IntroTestScene : OsuTestScene
{
typeof(StartupScreen),
typeof(IntroScreen),
typeof(OsuScreen),
typeof(IntroTestScene),
};