소스 검색

LOG is disabled apparently

pull/5129/head
Johnny Cena 1 개월 전
부모
커밋
7d55566e3a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tools/rexm/rexm.c

+ 1
- 1
tools/rexm/rexm.c 파일 보기

@ -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)
LOG("DEBUG: Examples directory exists: %i", DirectoryExists(exBasePath));
TraceLog("DEBUG: Examples directory exists: %i", DirectoryExists(exBasePath));
FilePathList list = LoadDirectoryFilesEx(exBasePath, ".c", true);
char *exList = LoadFileText(exCollectionFilePath);

불러오는 중...
취소
저장