Merge branch 'update-framework' into settings-filter-fixes

This commit is contained in:
Dean Herbert
2022-04-22 00:55:15 +09:00
226 changed files with 2400 additions and 1378 deletions

View File

@ -121,7 +121,7 @@ namespace osu.Game.Tests.Visual.Settings
Depth = -1
});
Dependencies.Cache(dialogOverlay);
Dependencies.CacheAs<IDialogOverlay>(dialogOverlay);
}
}
}