...
This commit is contained in:
parent
7d55566e3a
commit
8a6d9946a8
|
|
@ -756,7 +756,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
// Scan available example .c files and add to collection missing ones
|
||||
// NOTE: Source of truth is what we have in the examples directories (on validation/update)
|
||||
TraceLog("DEBUG: Examples directory exists: %i", DirectoryExists(exBasePath));
|
||||
TraceLog(LOG_INFO, "DEBUG: Examples directory exists: %i", DirectoryExists(exBasePath));
|
||||
FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true);
|
||||
|
||||
char *exList = LoadFileText(exCollectionFilePath);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user