Update some case sensitive resources lookups in-line with resources

This commit is contained in:
Dean Herbert
2019-09-04 10:44:24 +09:00
parent 8d52d282e9
commit 40c61894ef
2 changed files with 5 additions and 5 deletions

View File

@ -86,7 +86,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{
switch (component.LookupName)
{
case "Gameplay/Catch/fruit-catcher-idle":
case "Gameplay/catch/fruit-catcher-idle":
return new CatcherCustomSkin();
}