Merge branch 'master' into osu-direct

This commit is contained in:
Dean Herbert
2017-05-24 12:16:34 +09:00
committed by GitHub
54 changed files with 809 additions and 456 deletions

View File

@ -86,7 +86,7 @@ namespace osu.Game
if (args?.Length > 0)
{
var paths = args.Where(a => !a.StartsWith(@"-"));
Task.Run(() => BeatmapDatabase.Import(paths));
Task.Run(() => BeatmapDatabase.Import(paths.ToArray()));
}
Dependencies.Cache(this);