Change "Fallback" to "Welcome" visually

This commit is contained in:
Shivam
2020-06-02 11:25:57 +02:00
parent 2aadb9deba
commit 3ae97c9634
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ namespace osu.Game.Screens
case IntroSequence.Circles:
return new IntroCircles();
case IntroSequence.Fallback:
case IntroSequence.Welcome:
return new IntroFallback();
default: