diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 8c11eb8..47d501e 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -11056,7 +11056,7 @@ static void PatchStartTileData(BOOL bSMEH) { PatchStartTileDataFurther(hStartTileData, bSMEH); } - if (!bSMEH && hr == S_OK) + if (hr == S_OK) { CoUninitialize(); }