Skip to content

Commit 7cdca76

Browse files
committed
Fix #766
1 parent 802695e commit 7cdca76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Plugins/Renderer/gl_hooks.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13930,7 +13930,8 @@ void Client_InstallHooks()
1393013930
Install_InlineHook(UpdatePlayerPitch);
1393113931

1393213932
//Sniber jiali siren le
13933-
gPrivateFuncs.SCClientDLL_glewInit();
13933+
if(gPrivateFuncs.SCClientDLL_glewInit)
13934+
gPrivateFuncs.SCClientDLL_glewInit();
1393413935
}
1393513936

1393613937
void Client_UninstallHooks()

0 commit comments

Comments
 (0)