Initialise files to not compiled

This commit is contained in:
Xiao Qi 2022-11-11 10:55:19 +08:00
parent 9fe5dc385b
commit 94b64e92dd
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ namespace SHADE
path.string(),
path.extension().string(),
nullptr,
IsCompilable(path.extension().string())
IsCompilable(path.extension().string()),
false
);
}
continue;