mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
#5485 - Use Sys_LoadDll to search in the local directory for the fallback default renderer. Patch by Harley Laue.
This commit is contained in:
parent
021ce233b2
commit
88020d5fb8
1 changed files with 1 additions and 1 deletions
|
@ -3204,7 +3204,7 @@ void CL_InitRef( void ) {
|
|||
Cvar_ForceReset("cl_renderer");
|
||||
|
||||
Com_sprintf(dllName, sizeof(dllName), "renderer_opengl1_" ARCH_STRING DLL_EXT);
|
||||
rendererLib = Sys_LoadLibrary(dllName);
|
||||
rendererLib = Sys_LoadDll(dllName, qfalse);
|
||||
}
|
||||
|
||||
if(!rendererLib)
|
||||
|
|
Loading…
Reference in a new issue