From f887b6f3b6b917e7d7114414c6922ff82e0d274d Mon Sep 17 00:00:00 2001 From: Luminyx <27lumi@protonmail.com> Date: Sat, 7 Feb 2026 03:53:06 -0500 Subject: [PATCH] oops --- src/Cafe/GraphicPack/GraphicPack2Patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cafe/GraphicPack/GraphicPack2Patches.cpp b/src/Cafe/GraphicPack/GraphicPack2Patches.cpp index 4826e307..9ac97c8f 100644 --- a/src/Cafe/GraphicPack/GraphicPack2Patches.cpp +++ b/src/Cafe/GraphicPack/GraphicPack2Patches.cpp @@ -135,7 +135,7 @@ void GraphicPack2::LoadPatchFiles() void GraphicPack2::EnablePatches() { - std::lock_guard lock(mtx_patches); + std::lock_guard lock(mtx_patches); for (auto& itr : list_modules) ApplyPatchesForModule(itr); }