- use std::vector in GetFilesInFolder

This commit is contained in:
Christoph Oelckers 2023-08-20 00:56:56 +02:00
commit 535eb9a853
6 changed files with 21 additions and 20 deletions

View file

@ -1108,7 +1108,7 @@ void FTextureManager::SortTexturesByType(int start, int end)
void FTextureManager::AddLocalizedVariants()
{
TArray<FolderEntry> content;
std::vector<FolderEntry> content;
fileSystem.GetFilesInFolder("localized/textures/", content, false);
for (auto &entry : content)
{