We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0725e commit 4b2068bCopy full SHA for 4b2068b
src/common/FileSystem.cpp
@@ -1329,6 +1329,7 @@ static void InternalLoadPak(
1329
1330
// Update the list of files, but don't overwrite existing files, so the sort order is preserved
1331
if (isBuiltin) {
1332
+ loadedPak.fd = -1;
1333
for (auto& it : builtinPakMap[pak.name])
1334
{
1335
Log::Debug("Adding file from builtin pak %s: %s", pak.name, it.first);
0 commit comments