Merge branch 'master' into fix-overzealousmouse-button-blocking

This commit is contained in:
Dean Herbert
2021-04-05 22:07:41 +09:00
49 changed files with 731 additions and 238 deletions

View File

@ -429,6 +429,9 @@ namespace osu.Game
public async Task Import(params string[] paths)
{
if (paths.Length == 0)
return;
var extension = Path.GetExtension(paths.First())?.ToLowerInvariant();
foreach (var importer in fileImporters)