Skip to content

Commit

Permalink
Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Malkierian committed Dec 13, 2024
1 parent b81ea71 commit 90153c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/resource/ResourceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ ResourceManager::GetCachedResource(std::variant<ResourceLoadError, std::shared_p

std::shared_ptr<std::vector<std::shared_future<std::shared_ptr<IResource>>>>
ResourceManager::LoadDirectoryAsyncWithExclude(const std::vector<std::string>& includeMasks,
const std::vector<std::string>& excludeMasks,
BS::priority_t priority) {
const std::vector<std::string>& excludeMasks, BS::priority_t priority) {
auto loadedList = std::make_shared<std::vector<std::shared_future<std::shared_ptr<IResource>>>>();
auto fileList = GetArchiveManager()->ListFilesWithExclude(includeMasks, excludeMasks);
loadedList->reserve(fileList->size());
Expand Down

0 comments on commit 90153c1

Please sign in to comment.