diff --git a/src/resource/ResourceManager.cpp b/src/resource/ResourceManager.cpp index 34df9329d..92d191e2c 100644 --- a/src/resource/ResourceManager.cpp +++ b/src/resource/ResourceManager.cpp @@ -286,8 +286,7 @@ ResourceManager::GetCachedResource(std::variant>>> ResourceManager::LoadDirectoryAsyncWithExclude(const std::vector& includeMasks, - const std::vector& excludeMasks, - BS::priority_t priority) { + const std::vector& excludeMasks, BS::priority_t priority) { auto loadedList = std::make_shared>>>(); auto fileList = GetArchiveManager()->ListFilesWithExclude(includeMasks, excludeMasks); loadedList->reserve(fileList->size());