mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Write file index even if there are no files
This commit is contained in:
@@ -263,9 +263,9 @@ private:
|
||||
{
|
||||
allItems.insert(allItems.end(), itr.begin(), itr.end());
|
||||
}
|
||||
}
|
||||
|
||||
WriteIndexFile(language, scanResult.Stats, allItems);
|
||||
}
|
||||
|
||||
auto endTime = std::chrono::high_resolution_clock::now();
|
||||
auto duration = (std::chrono::duration<float>)(endTime - startTime);
|
||||
|
||||
Reference in New Issue
Block a user