Initialise files to not compiled
This commit is contained in:
parent
9fe5dc385b
commit
94b64e92dd
|
@ -105,7 +105,8 @@ namespace SHADE
|
|||
path.string(),
|
||||
path.extension().string(),
|
||||
nullptr,
|
||||
IsCompilable(path.extension().string())
|
||||
IsCompilable(path.extension().string()),
|
||||
false
|
||||
);
|
||||
}
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue