1
0
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:
Bartłomiej Dach
2025-12-04 10:43:18 +01:00
Unverified
parent a5ae542502
commit ca8247c667
+4
View File
@@ -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;