1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +08:00

fix merge

This commit is contained in:
David Zhao 2019-07-30 12:05:29 +09:00
parent d70b99b4c0
commit 9e809a2342

View File

@ -51,7 +51,7 @@ namespace osu.Game.Tests.Visual.Menus
switch (current) switch (current)
{ {
case null: case null:
case Intro _: case IntroScreen _:
case Disclaimer _: case Disclaimer _:
return false; return false;