FreeLibrary if hooking cglgl.dll
This commit is contained in:
parent
0be7588118
commit
57d812e6af
@ -2656,6 +2656,10 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ulReasonForCall, LPVOID lpReserved)
|
||||
{
|
||||
FreeLibrary(gl_hlibavs);
|
||||
}
|
||||
if (gl_cgGLDll)
|
||||
{
|
||||
FreeLibrary(gl_cgGLDll);
|
||||
}
|
||||
|
||||
if (GameController)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user