mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Move ArchiveModelManager import process to async flow
This commit is contained in:
@ -38,7 +38,7 @@ namespace osu.Game.IPC
|
||||
}
|
||||
|
||||
if (importer.HandledExtensions.Contains(Path.GetExtension(path)?.ToLowerInvariant()))
|
||||
importer.Import(path);
|
||||
await importer.Import(path);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user