Rename references to DefaultSkin to have Triangles suffix

This commit is contained in:
Dean Herbert
2022-09-15 15:40:20 +09:00
parent ea0a995cc9
commit 51841988bf
14 changed files with 31 additions and 31 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Skinning
}
}
int lastDefaultSkinIndex = sources.IndexOf(sources.OfType<DefaultSkin>().LastOrDefault());
int lastDefaultSkinIndex = sources.IndexOf(sources.OfType<DefaultSkinTriangles>().LastOrDefault());
// Ruleset resources should be given the ability to override game-wide defaults
// This is achieved by placing them before the last instance of DefaultSkin.