mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-09 07:43:16 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
commit
32c8f396c2
@ -2354,6 +2354,7 @@ bool ChangeDirectory(const char *dir)
|
||||
bool result = CHDIR(dir);
|
||||
|
||||
if (result != 0) TRACELOG(LOG_WARNING, "SYSTEM: Failed to change to directory: %s", dir);
|
||||
else TRACELOG(LOG_INFO, "SYSTEM: Working Directory: %s", dir);
|
||||
|
||||
return (result == 0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user