Merge branch 'master' into legacy-skin-default-fallback

This commit is contained in:
Dan Balasescu
2021-06-02 19:08:52 +09:00
committed by GitHub
74 changed files with 389 additions and 342 deletions

View File

@ -97,7 +97,7 @@ namespace osu.Game.Rulesets.Osu.Tests
private void loadContent(bool automated = true, Func<SkinProvidingContainer> skinProvider = null)
{
SetContents(() =>
SetContents(_ =>
{
var inputManager = automated ? (InputManager)new MovingCursorInputManager() : new OsuInputManager(new OsuRuleset().RulesetInfo);
var skinContainer = skinProvider?.Invoke() ?? new SkinProvidingContainer(null);