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,10 +263,10 @@ private:
|
|||||||
{
|
{
|
||||||
allItems.insert(allItems.end(), itr.begin(), itr.end());
|
allItems.insert(allItems.end(), itr.begin(), itr.end());
|
||||||
}
|
}
|
||||||
|
|
||||||
WriteIndexFile(language, scanResult.Stats, allItems);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
WriteIndexFile(language, scanResult.Stats, allItems);
|
||||||
|
|
||||||
auto endTime = std::chrono::high_resolution_clock::now();
|
auto endTime = std::chrono::high_resolution_clock::now();
|
||||||
auto duration = (std::chrono::duration<float>)(endTime - startTime);
|
auto duration = (std::chrono::duration<float>)(endTime - startTime);
|
||||||
Console::WriteLine("Finished building %s in %.2f seconds.", _name.c_str(), duration.count());
|
Console::WriteLine("Finished building %s in %.2f seconds.", _name.c_str(), duration.count());
|
||||||
|
|||||||
Reference in New Issue
Block a user