1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 21:12:55 +08:00

Merge pull request #8590 from peppy/fix-intro-test-scene

Fix dynamic recompilation in intro test scenes
This commit is contained in:
Dan Balasescu 2020-04-03 19:40:46 +09:00 committed by GitHub
commit 05e2ca0b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ namespace osu.Game.Tests.Visual.Menus
{
typeof(StartupScreen),
typeof(IntroScreen),
typeof(OsuScreen),
typeof(IntroTestScene),
};