This commit is contained in:
Luminyx 2026-02-07 03:53:06 -05:00
parent 8a4c99cd1d
commit f887b6f3b6
No known key found for this signature in database
GPG Key ID: C590EEF718016830

View File

@ -135,7 +135,7 @@ void GraphicPack2::LoadPatchFiles()
void GraphicPack2::EnablePatches()
{
std::lock_guard<std::recursive_mutex> lock(mtx_patches);
std::lock_guard<std::recursive_mutex> lock(mtx_patches);
for (auto& itr : list_modules)
ApplyPatchesForModule(itr);
}