소스 검색

Remove raylib logs

pull/5168/head
Ray 1 개월 전
부모
커밋
cb6a64843c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      tools/rexm/rexm.c

+ 2
- 0
tools/rexm/rexm.c 파일 보기

@ -181,6 +181,8 @@ static void UpdateWebMetadata(const char *exHtmlPath, const char *exFilePath);
//------------------------------------------------------------------------------------
int main(int argc, char *argv[])
{
SetTraceLogLevel(LOG_NONE);
// Path values can be configured with environment variables
exBasePath = getenv("REXM_EXAMPLES_BASE_PATH");
exWebPath = getenv("REXM_EXAMPLES_WEB_PATH");

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