mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 18:24:13 +08:00
Fix welcome intro skin not being looked up from user skin for supporters
Closes https://github.com/ppy/osu/issues/35833.
This commit is contained in:
@@ -540,6 +540,10 @@ namespace osu.Game.Skinning
|
||||
case "Menu/fountain-star":
|
||||
componentName = "star2";
|
||||
break;
|
||||
|
||||
case @"Intro/Welcome/welcome_text":
|
||||
componentName = @"welcome_text";
|
||||
break;
|
||||
}
|
||||
|
||||
Texture? texture = null;
|
||||
|
||||
Reference in New Issue
Block a user