Simplify namespace definition

This commit is contained in:
Dean Herbert
2019-07-30 22:41:20 +09:00
parent 307a6c1095
commit e6bd02d276
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ namespace osu.Game.Skinning
{
switch (componentName)
{
case "Play/Osu/Objects/Drawables/MainCircle":
case "Play/osu/hitcircle":
if (!hasHitCircle)
return null;