1
0
mirror of synced 2025-02-17 10:58:36 +01:00

FreeLibrary if hooking cglgl.dll

This commit is contained in:
Aaron M 2019-11-03 20:21:05 +13:00
parent 0be7588118
commit 57d812e6af

View File

@ -2656,6 +2656,10 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReasonForCall, LPVOID lpReserved)
{
FreeLibrary(gl_hlibavs);
}
if (gl_cgGLDll)
{
FreeLibrary(gl_cgGLDll);
}
if (GameController)
{