mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 14:08:48 +01:00
Remove raylib logs
This commit is contained in:
@ -181,6 +181,8 @@ static void UpdateWebMetadata(const char *exHtmlPath, const char *exFilePath);
|
|||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
SetTraceLogLevel(LOG_NONE);
|
||||||
|
|
||||||
// Path values can be configured with environment variables
|
// Path values can be configured with environment variables
|
||||||
exBasePath = getenv("REXM_EXAMPLES_BASE_PATH");
|
exBasePath = getenv("REXM_EXAMPLES_BASE_PATH");
|
||||||
exWebPath = getenv("REXM_EXAMPLES_WEB_PATH");
|
exWebPath = getenv("REXM_EXAMPLES_WEB_PATH");
|
||||||
|
|||||||
Reference in New Issue
Block a user