Merge branch 'master' into fix-skin-sample-lookup

This commit is contained in:
Dean Herbert
2021-05-31 15:27:39 +09:00
24 changed files with 855 additions and 428 deletions

View File

@ -125,7 +125,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
break;
}
return null;
return Source.GetDrawableComponent(component);
}
private Drawable getResult(HitResult result)