Browse Source

engine: filesystem: fix custom loader enabled by mistype

pull/2/head
Alibek Omarov 3 years ago
parent
commit
15ec6539e3
  1. 2
      engine/common/filesystem.c

2
engine/common/filesystem.c

@ -3362,7 +3362,7 @@ dll_user_t *FS_FindLibrary( const char *dllname, qboolean directpath ) @@ -3362,7 +3362,7 @@ dll_user_t *FS_FindLibrary( const char *dllname, qboolean directpath )
}
else
{
hInst->custom_loader = true;
hInst->custom_loader = false;
}
}
fs_ext_path = false; // always reset direct paths

Loading…
Cancel
Save