mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Tons of save-related fixes
This commit is contained in:
@@ -884,6 +884,7 @@ void ProjectResourceFactoryBase::EnumerateNamedResources(
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(2));
|
||||
lk.lock();
|
||||
}
|
||||
lk.unlock();
|
||||
for (const auto& pair : m_catalogNameToTag)
|
||||
{
|
||||
if (!lambda(pair.first, pair.second))
|
||||
|
||||
Reference in New Issue
Block a user