Skip to content

Commit

Permalink
ADDED: Working directory info at initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Jul 21, 2024
1 parent fc5eab5 commit fde0dcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,8 @@ void InitWindow(int width, int height, const char *title)

// Initialize random seed
SetRandomSeed((unsigned int)time(NULL));

TRACELOG(LOG_INFO, "SYSTEM: Working Directory: %s", GetWorkingDirectory());
}

// Close window and unload OpenGL context
Expand Down

0 comments on commit fde0dcd

Please sign in to comment.